KnowledgeBoat Logo
|

Computer Science

An object is referred to as an instance of a class. Explain.

Objects & Classes

4 Likes

Answer

A class can create objects of itself with different characteristics and common behaviour. So, we can say that an Object represents a specific state of the class. For these reasons, an Object is called an Instance of a Class.

Answered By

2 Likes


Related Questions