Question Detail Destructors are called ? not definedin any orderin the reverse order of constructor callsin the same order of constructor calls Answer: Option C Similar Questions : 1. Which is more memory efficient ? structureunionboth use same memorydepends on a programmer Answer: Option B 2. Data members and member functions are enclosed within ? unionstructureclassarray Answer: Option C 3. What is object in C++ ? Object is part of syntax of a class.Object is datatype of a class.Object is an instance of a class.Object is function of a class. Answer: Option C 4. When one class inherits from the base class, then the original class is called ? derived classbase classsub classbasic class Answer: Option B 5. Operator overloading is ? giving new meaning to existing c++ operatorsmaking c++ operators work with objectsgiving c++ operators more than they can handlemaking new c++ operators Answer: Option A Read more from - C++ Programming Questions Answers - Set 2