Question Detail A class having no public constructors is A public protected classA public classA protected classA private class Answer: Option D Similar Questions : 1. When a derived class inherits from many base classes, this process is known as ? multiple inheritancemultilevel inheritancedefault inheritancemultiplex inheritance Answer: Option A 2. How we can define member function outside the class ? Using unionUsing structureUsing pointersUsing scope resolution Answer: Option D 3. Inheritance is referred to as “is a” relationship"have a" relationshipboth of abovenone of above Answer: Option A 4. Constructors has return type void ? TrueFalse Answer: Option A 5. Destructors are called ? not definedin any orderin the reverse order of constructor callsin the same order of constructor calls Answer: Option C Read more from - C++ Programming Questions Answers - Set 2