Question Detail 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 Ad Similar Questions : 1. How we can define member function outside the class ? Using unionUsing structureUsing pointersUsing scope resolution Answer: Option D 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. 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 4. Inheritance is transitive in nature. TrueFalse Answer: Option A 5. What among following is a generic class ? Function TemplateClass TemplateInherited TemplateNone of above Answer: Option B Read more from - C++ Programming Questions Answers - Set 2