Question Detail We can do constructor overloading in C++ ? TrueFalse Answer: Option BExplanation:constructor overloading can be done in C++. Ad Similar Questions : 1. Size of a char is ? 1234 Answer: Option A 2. Stacks are based on ? FIFOLIFOFILOAll of above Answer: Option B 3. When one class inherits from the base class, then the original class is called ? derived classbase classsub classbasic class Answer: Option B 4. 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 5. A virtual base class ? is qualified as virtual in base class definition.do not qualified as virtual in base class definition.allows to inherit more than one copy of the base class members.strict the path of inheritance. Answer: Option A Read more from - C++ Programming Questions Answers - Set 2