Composite pattern

De Banane Atomic
Révision datée du 7 juin 2020 à 00:14 par Nicolas (discussion | contributions) (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… »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à la navigationAller à la recherche

Description

  • Compose objects into tree structures to represent part-whole hierarchies.
    Composite lets clients treat individual objects and compositions ofobjects uniformly

Exemple