Question Detail We can do constructor overloading in C++ ? TrueFalse Answer: Option BExplanation:constructor overloading can be done in C++. Similar Questions : 1. A Variable __ of void type. May be declaredCan be initializedCannot be intializedCannot be declared Answer: Option D 2. When one class inherits from the base class, then the original class is called ? derived classbase classsub classbasic class Answer: Option B 3. Can we define array of classes in c++ ? YesNo Answer: Option A 4. Inheritance is referred to as “is a” relationship"have a" relationshipboth of abovenone of above Answer: Option A 5. Which of the following cannot be passed to a function ? ArrayReference variableObjectFile Answer: Option D Read more from - C++ Programming Questions Answers - Set 2