Computer Science, asked by sandhya5470, 1 year ago

Instance of a class is called

Answers

Answered by cyrusbishop
1

Answer:

An Instance of a class is called an object.

A real world example of an object would be 'dauber man', which is an instance of the class called 'dog'. As we already have discussed that the data members of a class are also referred as instant variables.

These instant variables are embedded automatically within an object at the time of its creation. Hence, an object is referred to as an instance of a class.

Similar questions