Composition vs Inheritance
Last updated
Last updated
It is a smaller pieces to create a big.
Defined as What it has.
It is that a super class is that extended to smaller pieces that add or override things.
Defined as What it is.
Tightly coupled, less code reusable. If any change in Base class will be useful or it may leads to code breakage.
Hierarchy issues.