Fill in the blank with the best option. An Object is a/an ________ of a class.
A
type
B
prototype
C
instance
D
object
Correct Answer: instance
An object is said to be an instance of its class. It is of the type defined by the class.