What is the difference between Composition and Inheritance? - ProProfs Discuss
Advertisement

What is the difference between Composition and Inheritance?

Asked by B. Wright, Last updated: Jan 17, 2024

+ Answer
Request
Question menu
Vote up Vote down

2 Answers

O. Bickis

O. Bickis

Get immense pleasure in traveling and writing about visiting places.

O. Bickis
O. Bickis, Corporate employee, MBA, Stockton

Answered Jul 22, 2019

Inheritance and Composition are known to be two terms that are used in Java. Composition means that the code can be reused without the need to extend it while inheritance will be used in order to extend the class for the reuse of code or overall functionality.

Inheritance and Composition are known to be two terms that are used in Java. Composition means that
Between the two, the composition is known to be better for testing since this will provide the ability of the class to be tested properly. You can also use composition over inheritance when you are trying to do a decorator design pattern because this will be easier to use. The relationship that is being shown by inheritance is “is-a” while in composition, it is “has-a.”

upvote downvote
Reply 

I. Klose

I. Klose

I. Klose
I. Klose, Accountant, Franklin

Answered Jul 17, 2019

Are you familiar with Inheritance and Composition? In layman’s terms, the inheritance would mean the properties and other items that you may receive from a family member or someone close to you after the person has passed on.

Are you familiar with Inheritance and Composition? In layman’s terms, the inheritance would

The composition will refer to something that you have created, whether in the form of literature or the form of the tune and lyrics of a song. These two terms can also be used in Java Application. They are both used for testing, but it seems that a lot of people prefer using composition for testing more than inheritance. The design patterns that these two can show are different too.

upvote downvote
Reply 

Advertisement
Advertisement
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader
Image Preview
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader
Image Preview
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader

Email Sent
We have sent an email to your address "" with instructions to reset your password.