+ 2
Why java doesn't support multiple inheritence ???
2 Respuestas
+ 3
It is just to remove ambiguity, because multiple inheritance can cause ambiguity in few scenarios. One of the most common scenario is Diamond problem.
But in java 8 we can add static methods and defaults methods in interfaces by this we can achieve multiple inheritance.
0
for example,the one has only one father...