What is multiple inheritance?
What is multiple inheritance?
a. There is no such things as multiple inheritance.
b. Multiple inheritance means that a class cannot be derived from more than one parent class.
c. Multiple inheritance means that a class can be derived from more than one parent class.