0

Why java doesn't support multiple inheritance in class level?

Java

3rd Jan 2019, 5:16 AM
prasant kumar sahu
prasant kumar sahu - avatar
3 Answers
+ 1
Naming ambiguities can arise with multiple inheritence,the compiler wouldn't know what to refer to etc..There's many ways to overcome this in C++ but sadly it isn't available in most languages(can be a good thing most of the time tho)
3rd Jan 2019, 6:00 AM
Mensch
Mensch - avatar
+ 1
Naming ambiguities can arise with multiple inheritence,the compiler wouldn't know what to refer to etc..There's many ways to overcome this in C++ but sadly it isn't available in most languages(can be a good thing most of the time tho)
3rd Jan 2019, 6:00 AM
Mensch
Mensch - avatar