Object-Oriented Programming (OOP)

What does Class refer to?

Correct answer

D. A blueprint that defines the properties and behaviors that objects created from it will have.

Explanation

Class refers to a blueprint that defines the properties and behaviors that objects created from it will have.