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).

Sizin İçin Seçtik  Which is better to use abstract class or interface in Java?

Leave a Reply

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