decorator_patterns

A collection of 1 post

[Head First Design Patterns] 데코레이터 패턴(Decorator Pattern) cover image
#head_first_design_patterns#decorator_patterns

[Head First Design Patterns] 데코레이터 패턴(Decorator Pattern)

객체에 추가적인 요건을 동적으로 첨가하고, 데코레이터는 서브클래스를 만드는 것을 통해서 기능을 유연하게 확장할 수 있는 방법을 제공합니다.