Also known as
- Object Tree
- Composite Structure
Intent of Composite Design Pattern
Compose objects into tree structures to represent part-whole hierarchies. The Composite Design Pattern lets clients treat individual objects and compositions of objects uniformly.
About 3 min