« Composite pattern » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
(Page créée avec « Category:CSharp Category:Design Patterns = Description = * Compose objects into tree structures to represent part-whole hierarchies.<br>Composite lets clients trea… ») |
|||
Ligne 2 : | Ligne 2 : | ||
[[Category:Design Patterns]] | [[Category:Design Patterns]] | ||
= Description = | = Description = | ||
* Compose objects into tree structures to represent part-whole hierarchies.<br>Composite lets clients treat individual objects and compositions | * Compose objects into tree structures to represent part-whole hierarchies.<br>Composite lets clients treat individual objects and compositions of objects uniformly | ||
= Exemple = | = Exemple = |
Version du 7 juin 2020 à 00:15
Description
- Compose objects into tree structures to represent part-whole hierarchies.
Composite lets clients treat individual objects and compositions of objects uniformly