Question Detail When a derived class inherits from many base classes, this process is known as ? multiple inheritancemultilevel inheritancedefault inheritancemultiplex inheritance Answer: Option A Similar Questions : 1. Classes that can be used to instantiate objects are called concrete classes. TrueFalse Answer: Option A 2. The derived class constructor never passes any values to base class constructorcan pass arguments only to one base class constructor functionis responsible for passing the entire test of arguments needed by base class constructorsnone of above Answer: Option C 3. << operator is ? stream extraction operatorstream insertion operatorleft shift operatorright shift operator Answer: Option B 4. Only one copy of the class is inherited, when it is defined as ? virtualpublicstaticprivate Answer: Option A 5. What is data hiding ? It is related with hiding internal object detailsIt is related with showing internal object detailsIt is related with datatypesNone of above Answer: Option A Read more from - C++ Programming Questions Answers - Set 2