CS/디자인 패턴1 컴포지트 패턴 (Composite pattern) 디자인 패턴 중 하나인 컴포지트 패턴에 대해 알아보려 한다. 우선 위키에 뭐라고 설명하고 있는지 한번 보자. In software engineering, the 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. The intent of a composite is to "compose" objects into tree structures to represent part-whole hierarchies. - 위키 - 쉽게 보자면 컴포지트.. 2023. 8. 22. 이전 1 다음