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. Even if we define a function in a class, then also we need to declare it first. TrueFalse Answer: Option BExplanation:If we define a function in a class, then also we do not need to declare it first. 2. What is purpose of abstract class ? to provide help with database connectivity.to provide data input to other classes.to provide security to other classes.to provide an appropriate base class from which other classes can inherit. Answer: Option D 3. Size of a char is ? 1234 Answer: Option A 4. 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 5. C++ is a ? Procedural programming languageStructural programming languageLow level languageObject oriented programming language Answer: Option D Read more from - C++ Programming Questions Answers - Set 2