When an object of a class is defined inside another class then-03210
When an object of a class is defined inside another class then
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Mid Term - Quiz No.12.
When an object of a class is defined inside another class then
Destructor of enclosing class will be called first
Destructor of inner object will be called first
Constructor and Destructor will be called simultaneously
None of the given options