How abstract class is called?

A class that is declared using “abstract” keyword is known as abstract class. It can have abstract methods(methods without body) as well as concrete methods (regular methods with body).

Leave a Reply

Your email address will not be published. Required fields are marked *