interfaces in java

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:43 UTC
Read the original article Hit count: 380

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