Question Detail What among following is a generic class ? Function TemplateClass TemplateInherited TemplateNone of above Answer: Option B Similar Questions : 1. The advantage of declaring a virtual function as pure is ? programs runs fasterearly binding can be achievedyou force any derived class to define its own implementationyou can avoid making the class an abstract class Answer: Option C 2. Constructors has return type void ? TrueFalse Answer: Option A 3. A Variable __ of void type. May be declaredCan be initializedCannot be intializedCannot be declared Answer: Option D 4. Classes that can be used to instantiate objects are called concrete classes. TrueFalse Answer: Option A 5. Only one copy of the class is inherited, when it is defined as ? virtualpublicstaticprivate Answer: Option A Read more from - C++ Programming Questions Answers - Set 2