Computer Science, asked by Sunny2604, 1 year ago

What is a composition in Java?

Answers

Answered by veerukhugar
3

Hey mate

*Composition is the design technique to implement has-a relationship in classes.

*We can use java inheritance or Object composition for code reuse.

*Java composition is achieved by using instance variables that refers to other objects.job.java

I hope this will helps u

mark my ans as brainliest

Similar questions