Question d’entretien chez Squelch

Inheritance VS composition: pros and cons.

Réponse à la question d'entretien

Utilisateur anonyme

21 janv. 2019

Inheritance should be used only if we can describe a relationship with a phrase like "X is a Y", like "student is a person". In all other cases composition/aggregation should be used.