An object is referred as an instance of a class. Explain.
Objects & Classes
2 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.