Question Detail What among following is a generic class ? Function TemplateClass TemplateInherited TemplateNone of above Answer: Option B Similar Questions : 1. Which operators can not be overloaded ? Binary operatorTernary operatorUnary operatorAll can be overloaded Answer: Option B 2. The symbol ** __ . can be overloaded by changing its datatype.cannot be overloaded, as on overloading its meaning shall be changed.can be overloaded.cannot be overloaded as it is not a C++ operator. Answer: Option D 3. Inheritance is transitive in nature. TrueFalse Answer: Option A 4. Among following which will give the size of object or type ? CallocMallocSizeofRealloc Answer: Option C 5. A class having no public constructors is A public protected classA public classA protected classA private class Answer: Option D Read more from - C++ Programming Questions Answers - Set 2