Question Detail What among following is a generic class ? Function TemplateClass TemplateInherited TemplateNone of above Answer: Option B Similar Questions : 1. What among following is a generic class ? Function TemplateClass TemplateInherited TemplateNone of above Answer: Option B 2. A class having no public constructors is A public protected classA public classA protected classA private class Answer: Option D 3. What is actual syntax of destructor in c++ ? !Classname( )@Classname( )$Classname( )~Classname( ) Answer: Option D 4. Even if we define a function in a class, then also we need to declare it first. TrueFalse Answer: Option BExplanation:If we define a function in a class, then also we do not need to declare it first. 5. Which of following valid option will not return a value in c++ ? freevoidemptynull Answer: Option B Read more from - C++ Programming Questions Answers - Set 2