Difference between Inheritance and Composition

Posted by harigm on Stack Overflow See other posts from Stack Overflow or by harigm
Published on 2010-03-08T05:54:16Z Indexed on 2010/03/08 6:06 UTC
Read the original article Hit count: 672

Filed under:
|
|
|

Are Composition and Inheritance are the same? If I want to implement the composition pattern, how can I do that in Java?

© Stack Overflow or respective owner

Related posts about java

Related posts about oops