What is inheritance in Java explain with example?

Inheritance is a mechanism in which one class acquires the property of another class . For example, a child inherits the traits of his/her parents. With inheritance, we can reuse the fields and methods of the existing class.12 Mar 2022

Sizin İçin Seçtik  What happens when you don't use super () constructor?

Leave a Reply

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