Libraries: Composite - structural design pattern

 

Composite - structural design pattern:

Create an object tree which represents part-whole hierarchies, so that the client would treat objects and compositions of objects uniformly.

Author: DMITRII PECHERITSA