Object-Oriented Programming (OOP)
What is the name for an instance of a class that contains actual values for the properties defined by the class?
- A. Interface
- B. Inheritance
- C. Constructor
- D. Object ✓
Correct answer
D. Object
Explanation
Object refers to an instance of a class that contains actual values for the properties defined by the class.