Question Detail An explicitly defined destructor function may be virtualmay not be virtualwill always be virtualwill never be virtual Answer: Option A Similar Questions : 1. What among following is a generic class ? Function TemplateClass TemplateInherited TemplateNone of above Answer: Option B 2. 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 3. The process of deriving a class from another derived class is known as ? single inheritancedual inheritancemultiple inheritancemultilevel inheritance Answer: Option D 4. Which of the following cannot be passed to a function ? ArrayReference variableObjectFile Answer: Option D 5. When a structure refers to itself, it is known as ? encapsulated structurenested structurerecursive structureself-referential structure Answer: Option D Read more from - C++ Programming Questions Answers - Set 2