benefits

Hello!

Comparing Java and C++, Mr. Cay Horstmann made the following statement in 揅ore Java?(Vol. I, page 218): ?.. interfaces afford most of the benefits of multiple inheritance ...".

Because Mr. Horstmann seems to be too busy to answer my question, please, if somebody is so kind, give me an explanation (justification) of the statement above.

Best regards,

Sandu Crasteti

[404 byte] By [ssaanna] at [2007-10-2 2:07:16]
# 1
Most benefits that can be gained by multiple inheritance [of implementation] can also be achieved by using interfaces (which are multiple inheritance as well, but only of interface) without becoming as complex.
JoachimSauera at 2007-7-15 19:48:42 > top of Java-index,Java Essentials,Java Programming...