InterviewSolution
Saved Bookmarks
| 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 |
|