Changes

Jump to: navigation, search

Decorator

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

Navigation menu