When an object is created within object-oriented programming, what is this referred to?
A.
Made
B.
Developed
C.
Instantiated
D.
Created
Explanation:
When an object is created within an object-oriented programming language, it is referred to as instantiation. The object inherits all of the attributes of the class it is instantiated from. An object is preassembled code that is a self-contained module.