Composite
-
CompositeModeling/DesignPattern 2020. 2. 29. 19:09
1. Overview Composite pattern is a partitioning design pattern. The composite pattern describes a group of objects that are treated the same way as a single instance of the same type of object. We have a part-whole relationship or hierarchy of objects and we want to be able to treat all objects in this hierarchy uniformly. This is not a simple composition concept from object-oriented programming..