Podcast
Questions and Answers
What is a class in object-oriented programming?
What is a class in object-oriented programming?
- A program-code-template for creating objects (correct)
- A concrete occurrence of any object
- A compile time feature for creating objects
- A specific instance of an object
What are instance variables in object-oriented programming?
What are instance variables in object-oriented programming?
- Variables declared at run-time
- Variables shared across the class
- Variables specific to a metaclass
- Member variables specific to an object (correct)
In certain languages, what are classes as a matter of fact?
In certain languages, what are classes as a matter of fact?
- Only a compile time feature (correct)
- Both a compile time and run-time feature
- A first-class citizen
- Only a run-time feature
What is an instance in object-oriented programming?
What is an instance in object-oriented programming?
What is a metaclass in object-oriented programming?
What is a metaclass in object-oriented programming?
Flashcards are hidden until you start studying