Why there is no multiple inheritance in Java, but implementing multiple interfaces is allowed

Posted by abson on Stack Overflow See other posts from Stack Overflow or by abson
Published on 2010-03-25T12:40:41Z Indexed on 2010/03/25 12:53 UTC
Read the original article Hit count: 441

Filed under:
|

Java doesn't allow multiple inheritance but it allows implementing multiple interfaces. Why?

© Stack Overflow or respective owner

Related posts about beginner

Related posts about java