Podcast
Questions and Answers
What does an object refer to in object-oriented programming?
What does an object refer to in object-oriented programming?
- A data structure
- An instance of a class (correct)
- A variable
- A function
What type of class allows the derived type to override the base implementation?
What type of class allows the derived type to override the base implementation?
- Static class
- Abstract class (correct)
- Sealed class
- Final class
What are the building blocks of object-oriented programming languages?
What are the building blocks of object-oriented programming languages?
- Variables
- Objects
- Classes (correct)
- Methods
What is encapsulated by a class?
What is encapsulated by a class?
What does an abstract class group together?
What does an abstract class group together?