0
What is the multiple inheritance?
4 Answers
+ 1
Multiple inheritance :--->
In which an object or class can inherit characteristics and features from more than one parent object or parent class.
+ 1
By using interface
+ 1
Multiple inheritance is a feature of some object-oriented computer programming languages in which an object or class can inherit characteristics and features from more than one parent object or parent class.
0
Absolutely, but how is it doing this?