1.

What does memory allocation for objects mean?(a) Actual creation and memory allocation for object members(b) Creation of member functions(c) Creation of data members for a class(d) Actual creation and data declaration for object membersThe question was asked in homework.This question is from Overloading Member Functions topic in division Member Functions & its Types of Object Oriented Programming

Answer»

The CORRECT OPTION is (a) Actual creation and memory allocation for object MEMBERS

The BEST explanation: The memory allocated for the object members indicates actual creation of the object members. This is known as memory allocation for object.



Discussion

No Comment Found

Related InterviewSolutions