What is multiple inheritance?

Questions & AnswersCategory: PythonWhat is multiple inheritance?
Lokesh Kumar Staff asked 2 years ago

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.