When do we need decorator pattern?

Viewed 7939

When is it necessary to use the decorator pattern? If possible, give me a real world example that is well-suited for the pattern.

9 Answers
Related