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. Which among following is not a valid visibility mode in c++ program ? PrivatePublicProtectedLimited Answer: Option D 2. How we can define member function outside the class ? Using unionUsing structureUsing pointersUsing scope resolution Answer: Option D 3. Which of the following cannot be passed to a function ? ArrayReference variableObjectFile Answer: Option D 4. We can do constructor overloading in C++ ? TrueFalse Answer: Option BExplanation:constructor overloading can be done in C++. 5. What is default visibility mode for members of classes in C++ ? PrivatePublic ProtectedDepends Answer: Option A Read more from - C++ Programming Questions Answers - Set 2