
In object-oriented programming, the decorator pattern (also known as Wrapper, an alternative naming shared with the Adapter pattern) is a design pattern that allows behavior to be added to an individual object, either statically or dynamically, without affecting the behavior of other objects from the same class. ==Intent== The decorator pattern ca...
Found on
http://en.wikipedia.org/wiki/Decorator_pattern
No exact match found.