composite reuse principle
English
Proper noun
- (software, design) a technique by which classes may achieve polymorphic behavior and code reuse by containing other classes that implement the desired functionality instead using inheritance.
- Synonym: composition over inheritance