Design Pattern 썸네일형 리스트형 [디자인 패턴] 2. 데코레이터 패턴( Decorator Pattern ) DefinitionAttach additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality. 데커레이터 패턴( Decorator Pattern ) 은 기본 기능에 추가할 수 있는 종류가 많은 경우에 각 추가 기능을 Decorator 클래스로 정의한 후 필요한 Decorator 객체를 조합함으로써 추가 기능의 조합을 설계하는 방식이다. UML Class Diagram The classes and objects participating in this pattern are:Component (LibraryItem)define.. 더보기 이전 1 다음