What are the differences and similarities between a interface class and an abstract class?

Posted by Starx on Stack Overflow See other posts from Stack Overflow or by Starx
Published on 2010-06-13T05:42:07Z Indexed on 2010/06/13 5:52 UTC
Read the original article Hit count: 96

Filed under:
|

What are the differences and similarities between an interface class and an abstract class?

I mean when to use interface and when to use abstract class? On what conditions are one appropriate to use over another.

© Stack Overflow or respective owner

Related posts about oop

Related posts about learning