Only
Abstract methods have to be implemented by the subclass. An
Abstract class can have normal methods with implementations.
Abstract class can also
have class variables beside Events, Delegates, Properties and
Methods. A
class can only implement one
abstract class only due non-existence of Multi-inheritance in C#.Apr 18, 2009
read more >>