composite pattern1 [Design Patterns] Composite Pattern Composite Pattern 클라이언트에서 단일 객체와 복합 객체 모두 동일하게 다루기 위해 사용하는 디자인 패턴 A design pattern used by clients to treat both single and complex objects the same. Purpose 각각의 객체는 독립적으로 동일한 인터페이스를 통해 중첩된 객체로 구현되어 계층구조 객체를 쉽게 만들수 있도록 합니다. Facilitates the creation of object hierarchies where each object can be treated independently or as a set of nested objects through the same interface. Use When 객체가 계층적으로 표현될.. 2021. 7. 26. 이전 1 다음