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 class in c++ ? When you define a class, you define a blueprint for a data type.When you define a class, you make get more funtionality.When you define a class, you define the logic. When you define a class, you make debugging. Answer: Option A 2. Explicit call to a constructor means ? Not providing the construction name at allIs the shorthand methodProviding the constructor name explicitly to invoke itProviding the constructor name implicitly to invoke it Answer: Option C 3. The process of deriving a class from another derived class is known as ? single inheritancedual inheritancemultiple inheritancemultilevel inheritance Answer: Option D 4. Can we define array of classes in c++ ? YesNo Answer: Option A 5. Which of the following cannot be passed to a function ? ArrayReference variableObjectFile Answer: Option D Read more from - C++ Programming Questions Answers - Set 2