0

What is the multiple inheritance?

6th May 2020, 2:10 AM
Furkan Topuz
Furkan Topuz - avatar
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.
6th May 2020, 2:19 AM
Dasarath Singh
+ 1
By using interface
6th May 2020, 3:25 AM
Dasarath Singh
+ 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.
6th May 2020, 6:38 AM
SITHU Nyein
SITHU Nyein - avatar
0
Absolutely, but how is it doing this?
6th May 2020, 3:23 AM
Furkan Topuz
Furkan Topuz - avatar