Design Pattern, Decorator
Object Structural Pattern Decorator Pattern ----------------- INDEX ----------------- Decorator Pattern ? Structure Sample Code: Java 관련 패턴 ---------------------------------------------- Attach additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality. - GoF Design Patterns 장식자 패턴은 주어진 상황 및 용도에 따라 어떤 객체에 책임을 덧붙이는 패턴..
2022.02.03