The Decorator pattern is a classic design pattern from the Gang of Four. It provides a mechanism to add functionality to OOABL application components, in a flexible and extensible way.
This session will show what the pattern is; when and why to use it; and any gotchas when implementing this pattern.