abstract class

An abstract class is a class that cannot be instantiated, but can be subclassed. 
Abstract class may have abstract methods. The derived classes must implement all abstract methods when inheriting from an abstract class.