Comment Re:Answer (Score 1) 336
Nothing beats C++ in multiple inheritance (which Java does not have and Groovy/Scala only mimic half arsed)
I have yet to encounter a non-contrived example where multiple interitance is a plausible solution to a problem. The simplified single inheritance and interface model caters for all practical examples, and *vastly* simplifies the internal workings.
How large is a pointer to a member variable?