Pattern focus: Decorator pattern(blog.lowendahl.net)
submitted by
lowendahl(750) 2 years, 3 months ago
The decorator pattern is a pretty straightforward pattern that utilizes wrapping to extend existing classes with new functionality. It’s commonly used to apply cross-cutting concerns on top of business classes, which avoids mixing that up with the business logic. Frameworks like Spring.Net uses this pattern to apply it’s functionality to your classes.
|category: Patterns
|Views: 18
tags:
Patterns another
Everyones tags:
Your Tags: