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?
Friend Functions
Object
Member Functions
Member Variables
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
4 comments Page 1 of 1.

Aruna said:   1 decade ago
Objects are created as an instance of a class.

Renu said:   1 decade ago
Instance means variables and objects are the variables of class.

Amit said:   9 years ago
Can anyone explain the concept of Objects?

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.

Post your comments here:

Your comments will be displayed after verification.