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 members
This question was posed to me in quiz.
Question is taken from Memory Allocation of Object topic in portion Object of Object Oriented Programming