C++ Programming - Objects and Classes - Discussion
Discussion Forum : Objects and Classes - General Questions (Q.No. 13)
13.
Which of the following also known as an instance of a class?
Discussion:
4 comments Page 1 of 1.
Divya said:
8 years ago
Objects are the entities which exibits both state and behaviour. Each object consists of data code to manipulate the data. The word instance is the synonym for the object. An instance of the class is called object.
Note : Objects occupy space in memory with an associated address.
Whenever the object is created memory is created for that object.
Note : Objects occupy space in memory with an associated address.
Whenever the object is created memory is created for that object.
Amit said:
9 years ago
Can anyone explain the concept of Objects?
Renu said:
1 decade ago
Instance means variables and objects are the variables of class.
Aruna said:
1 decade ago
Objects are created as an instance of a class.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers