Inheritance in C++ MCQs Exercise II
Ques 1
Inheritance
When a child class inherits traits from more than one parent class, this type of inheritance is called _______________ inheritance
A Hierarchical
B Multiple
C Hybrid
D Multilevel
Ques 2
Inheritance
Private members of the class are not inheritable.
A True
B False
C It depends
D None of these