+ 1
Why java doesn't support multiple inheritance for classes?
2 Answers
+ 8
Diamond Problem.
Also, If you need multiple inheritance there's likely a problem in your program, it's really not needed with Java.
You can use multiple interfaces though
- 3
because its Java