1.

Why is an object called an instance of a class?

Answer»

\huge\rm\color{lightcoral}{\underline{Answer}}

An object is called an instance of a class as every object created from a class GETS its own INSTANCES of the variables defined in the class. Multiple OBJECTS can be created from the same class.



Discussion

No Comment Found