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. What is default scope for a structure ? PrivateProtectedPublicNone of aobve Answer: Option C 2. The objects can directly access ? Public membersPrivate membersBoth of aboveNone of above Answer: Option A 3. Classes that can be used to instantiate objects are called concrete classes. TrueFalse Answer: Option A 4. The function used to define the task assigned to an operator is ? Virtual functionStatic functionOperator functionFriend function Answer: Option C 5. When one class inherits from the base class, then the original class is called ? derived classbase classsub classbasic class Answer: Option B Read more from - C++ Programming Questions Answers - Set 2