Changes

Jump to: navigation, search

Decorator

241 bytes added, 18:22, 3 February 2007
no edit summary
===Decorator Design Pattern===
 
[[Image:DecoratorUML.png|frame|UML Class diagram of the decorator pattern]]
 
Attach additional responsibility to an object dynamically. Decoratores provide a flexible alternative to subclassing for extending functionality.
 
==Sample Code==
1
edit

Navigation menu