Implementing and using the Decorator design pattern in your application

Wednesday 17:00-18:00

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.