Question Detail A Variable __ of void type. May be declaredCan be initializedCannot be intializedCannot be declared Answer: Option D Similar Questions : 1. 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 2. Inheritance is transitive in nature. TrueFalse Answer: Option A 3. We can do constructor overloading in C++ ? TrueFalse Answer: Option BExplanation:constructor overloading can be done in C++. 4. Classes that can be used to instantiate objects are called concrete classes. TrueFalse Answer: Option A 5. 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 Read more from - C++ Programming Questions Answers - Set 2