what do you understand by instance of class.
please don't spam
Answers
Answered by
4
Answer:
An object is an instance of a class, and may be called a class instance or class object; instantiation is then also known as construction. ... Each realized variation of that object is an instance of its class. That is, it is a member of a given class that has specified values rather than variables.
Answered by
1
Explanation:
♡ ↪☛, describes the act of creating an “instance”.
In all Object Oriented languages, a class definition is a blueprint that describes some real-World concept, such as a Person, a Vehicle, an Internet Connection, etc.
The class definition specifies the attributes and behaviors that an object of that class exhibits.
Similar questions