Learning the Decorator Pattern (dimecasts.net)
submitted by
dwhittaker(13.1k) 2 years, 11 months ago
Taking at how we can use the Decorator Pattern in our application. The decorator pattern is a structural pattern which allows you to attach new or additional actions to an object dynamically. Using the decorator pattern provides a very clean and flexible alternative to subclassing (via inheritance) your object and thus creating an unwanted inheritance tree
|category: Architecture
|Views: 484
tags:
Dimecasts.net Architecture Patterns another
Everyones tags:
Your Tags: