When should I use an interface and when should I use a base class?
Should it always be an interface if I don\'t want to actually define a base implementation of the
Here is the basic and simple definiton of interface and base class:
cheers