0
Why java doesn't support multiple inheritance in class level?
Java
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)
+ 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)