+ 1
Why doesn't Java support Multiple inheritance?
2 Answers
+ 5
Java likely doesn't support it because of the 'Diamond Problem'.
0
simply design choice. one of the creators once said that (apart from interfaces) he would have ditched even single inheritance