The Composite Pattern - allows you to compose objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and compostions of object uniformly.
A class should have only one reason to change
The Composite Pattern - allows you to compose objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and compostions of object uniformly.
A class should have only one reason to change