Possible Duplicate:
Interface vs Abstract Class (general OO)
Can I ever instantiate an Abstract class? If so, why would I not make all my non-sealed classes abstract?
If I can't instantiate it, then what is the difference from an interface? Can the abstract class have "base" class functionality? Is there more to the difference between an interface and an abstract class than that?