You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Composite is a structural design pattern that lets you compose objects into tree structures and then work with these structures as if they were individual objects. source
In this example Division implements the composite pattern.