A class which is declared as abstract is known as an abstract class. It can have abstract and non-abstract methods. It needs to be extended and its method implemented. It cannot be instantiated. Following are the few points which needs to be pondered while practicing abstraction.
Syntax of abstract class
lstlisting abstract class A