+ 2
Why java does not support multiple inheritance ?
Beautiful inheritance
2 Answers
+ 2
Thank you
+ 1
Multiple Inheritance can lead to the diamond problem. The designers of java chose interfaces instead, you can do all the same things with them and you can implement as many as you want.