Subtyping
A set of classes confirming to a certain interface signature which can override certain parts of the signature with their own implementations.
References
- Difference between subtypes and subclasses - Princeton
- Prefer composition over inheritance - StackOverflow
Backlinks