0 of 10 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 10 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
What is a class?
What is meant by the term ‘Class Attribute’?
What is meant by the term ‘Class Method’?
What is the name given to the process of creating an object from a class?
Some attributes can be made ‘private’ whilst others can be made ‘public’. What is special about ‘private’ attributes?
What is meant by the term ‘Inheritance’?
A class that inherits from another is known as a child class, but there are also other names by which ‘child classes’ go by.
Select the alternative names for a ‘child class’ from the list below.
In GreenFoot, which method is repeatedly called when a program is running?
If you wished to remove an object from your world in Greenfoot, which had the object name “Bee1”, what line of code would be required?
In Greenfoot, ‘World’ and ‘Actor’ are both examples of what type of class?