What are the differences and similarities between a interface class and an abstract class?
- by Starx
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.