When a class is declared as an abstract class, then it is not possible to create an instance for that class. It can, however, be used as a parameter in a method .
When a class is declared as an abstract class, then it is not possible to create an instance for that class. It can, however, be used as a parameter in a method .