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. A variable is defined within a block in a body of a function. Which of the following are true ? It is visible from the point of definition to the end of the program.It is visible throughout the function.It is visible from the point of definition to the end of the block.It is visible throughout the block. Answer: Option B 2. We can do constructor overloading in C++ ? TrueFalse Answer: Option BExplanation:constructor overloading can be done in C++. 3. The antonym of constructor is ? CreatorDistinctDestroyerDestructor Answer: Option D 4. The process of deriving a class from another derived class is known as ? single inheritancedual inheritancemultiple inheritancemultilevel inheritance Answer: Option D 5. 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 Read more from - C++ Programming Questions Answers - Set 2