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

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.