The Abstract Modifier

Abstract Methods

An Abstract Method is one in which has a heading but no method body– this is to be defined in a derived classes.

Abstract Class

An Abstract Class is one which includes an abstract method.