Question Detail What among following is a generic class ? Function TemplateClass TemplateInherited TemplateNone of above Answer: Option B Similar Questions : 1. Which of the following keywords are used to control access to a class member ? protectedswitchgotofor Answer: Option A 2. In C++ Functions can returns ? arraysreferenceobjectsall of above Answer: Option D 3. Classes that can be used to instantiate objects are called concrete classes. TrueFalse Answer: Option A 4. What is purpose of abstract class ? to provide help with database connectivity.to provide data input to other classes.to provide security to other classes.to provide an appropriate base class from which other classes can inherit. Answer: Option D 5. What is object in C++ ? Object is part of syntax of a class.Object is datatype of a class.Object is an instance of a class.Object is function of a class. Answer: Option C Read more from - C++ Programming Questions Answers - Set 2