Abstract Methods
lA method is abstract if there is no code for it in the abstract class; instead the meaning of the method is obtained from over-riding in derived classes.

lOnly abstract classes can contain abstract methods.