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?

Correct answer

D. Object

Explanation

Object refers to an instance of a class that contains actual values for the properties defined by the class.