What is the syntax of inheritance in Java?

To inherit a class we use extends keyword . Here class XYZ is child class and class ABC is parent class. The class XYZ is inheriting the properties and methods of ABC class.

Sizin İçin Seçtik  What is an aggregation and give example on aggregation?

Leave a Reply

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

What is the syntax of inheritance in Java?

To inherit a class we use extends keyword . Here class XYZ is child class and class ABC is parent class. The class XYZ is inheriting the properties and methods of ABC class.

Sizin İçin Seçtik  What is hierarchical inheritance explain with example?

Leave a Reply

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