How do you extend a class from another class?

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  What is multiple inheritance in java with example?

Leave a Reply

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