-
You Wang thinks this is interesting:
Inheritance is used to model is-a relationships, that is, where a class’s objects are essentially the same as some other class’s objects, but with some variations, such as extra data attributes and extra methods. Another approach is to use aggregation (also called composition)
Minimise