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 Similar Questions : 1. The private data members of a class are accessible ? Directly to objects of that classTo any function defined outside a classOnly to the member functionsOnly using keyword static Answer: Option C 2. How we can define member function outside the class ? Using unionUsing structureUsing pointersUsing scope resolution Answer: Option D 3. When a structure refers to itself, it is known as ? encapsulated structurenested structurerecursive structureself-referential structure Answer: Option D 4. Which is more memory efficient ? structureunionboth use same memorydepends on a programmer Answer: Option B 5. The default visibility mode while inheriting is ? publicprotectedprivatemay be any of above Answer: Option C Read more from - C++ Programming Questions Answers - Set 2