How do you extend a Java program?

To create a sub class (child) from a Java super class (parent), the keyword extends is used. You then follow the “extends” keyword with the parent class you want to extend.

Sizin İçin Seçtik  Is interface an abstract class in Java?

Leave a Reply

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