Question Detail A class having no public constructors is A public protected classA public classA protected classA private class Answer: Option D Similar Questions : 1. The process of deriving a class from another derived class is known as ? single inheritancedual inheritancemultiple inheritancemultilevel inheritance Answer: Option D 2. What among following is a generic class ? Function TemplateClass TemplateInherited TemplateNone of above Answer: Option B 3. 66. A constructor function is generally defined In the private section of a classIn the public section of a classIn the protected section of a classNone of the above Answer: Option B 4. A Variable __ of void type. May be declaredCan be initializedCannot be intializedCannot be declared Answer: Option D 5. The major goal of inheritance in C++ is ? To facilitate the reusability of codeTo help modular programmingTo facilitate the conversion of data typesTo extend the capabilities of a class Answer: Option A Read more from - C++ Programming Questions Answers - Set 2