Google News
logo
CPP - Quiz(MCQ)
Pick out the other definition of objects.
A)
member of the class
B)
instance of the class
C)
attribute of the class
D)
associate of the class

Correct Answer :   instance of the class


Explanation : An Object represents an instance of a class i.e. a variable of that class type having access to its data members and member functions from outside if allowed.

Advertisement