컨테이너와 내용물을 같게 다루기
Intent
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.
Implementation

핵심
- Composite과 Leaf 모두 Component의 구현체임
- Composite은 Leaf의 Collection을 가짐
Applicablity
- Tree-like 구조가 필요할때