Links tagged with 'Decorator pattern' - (2)
Added On:
This article describes the Decorator wrapper pattern.
Design pattern, Wrapper pattern, C#, Decorator pattern, Interface oriented design
Post category: C#, Design Pattern
Added On:
Decorates an objects dynamically to handle additional responsibilities. An alternative of sub classing.
C#, Decorator pattern, OOP, VB.NET
Post category: