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 default visibility mode while inheriting is ? publicprotectedprivatemay be any of above Answer: Option C 2. 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 3. What is actual syntax of destructor in c++ ? !Classname( )@Classname( )$Classname( )~Classname( ) Answer: Option D 4. Inheritance is transitive in nature. TrueFalse Answer: Option A 5. A Variable __ of void type. May be declaredCan be initializedCannot be intializedCannot be declared Answer: Option D Read more from - C++ Programming Questions Answers - Set 2