What is composition and inheritance in Java with example?

The composition is a design technique in which your class can have an instance of another class as a field of your class. Inheritance is a mechanism under which one object can acquire the properties and behavior of the parent object by extending a class.

Sizin İçin Seçtik  How do you create an inner class in Java?

Leave a Reply

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