데코레이터패턴1 [디자인패턴] Decorator pattern (데코레이터 패턴) Purpose of Decorator Pattern (데코레이터 패턴의 목적) - Allows for the dynamic wrapping of objects in order to modify their existing responsibilities and behaviors. - 객체를 동적으로 래핑하여 기존 책임과 동작을 수정할 수 있습니다. Design Principle (디자인원칙) - OCP (Open-Closed Principle) : easily extended to incorporate new behavior without modifying existing code Decorator pattern (데코레이터 패턴) - decoration은 '장식(포장)'이란 뜻 - The Decorator.. 2022. 8. 28. 이전 1 다음