Graded A+
Which came first, the instance or the class?
A. class
B. instance
C. function
D. method - A
In Object Oriented Programming, what is another name for the 'attributes' of an object?
A. fields
B. methods
C. messages
D. forms
E. portions - A
At the moment of creation of a new object, Python looks at the ... definition to define the structure
and capabilities of the newly created object
A. class
B. cache
C. method
D. instance
E. constructor - A
Which of the following is NOT a good synonym for 'class' in Python?
A. blueprint
B. template
C. pattern