Y
Hacker News
new
|
ask
|
show
|
jobs
by
UncleMeat
1135 days ago
Java has interfaces with method implementations now. You can do multiple inheritance with it too :P
1 comments
throwawaymobule
1134 days ago
they did avoid the diverging diamond of death by making it a compiler error to have duplicate functions though.
AFAIK,that's the only big downside to multiple inheritance.
link
AFAIK,that's the only big downside to multiple inheritance.