Composite Design Pattern
The composite is a structural pattern that composes objects into trees and then works with these structures as if they were individual objects.
The composite is a structural pattern that composes objects into trees and then works with these structures as if they were individual objects.