Why does Java allow multiple inheritance from interfaces but not from abstract/concrete classes

Posted by dan on Stack Overflow See other posts from Stack Overflow or by dan
Published on 2010-06-09T18:24:40Z Indexed on 2010/06/09 18:42 UTC
Read the original article Hit count: 150

Filed under:
|
|

Why Java allows multiple inheritance from interfaces but not from abstract or concrete classes

© Stack Overflow or respective owner

Related posts about java

Related posts about inheritance