Design Patterns – Using the Decorator Pattern in C#(dotnetcube.com)
submitted by
dncdude(1350) 2 years, 8 months ago
Decorator Patterns belong to the Structural Pattern category and it’s role is in providing a way of attaching new behavior to the object at run time. The object is unaware of the new behavior and this pattern is a good candidate for enhancing legacy applications. Decorator Pattern provides a way of adding functionality to an existing class without using inheritance.
|category: Architecture
|Views: 613
tags:
Architecture another
Everyones tags:
Your Tags: