February 2019
Intermediate to advanced
672 pages
16h 50m
English
The decorator pattern shines when used for implementing cross-cutting concerns (j.mp/wikicrosscut). Examples of cross-cutting concerns are as follows:
In general, all parts of an application that are generic and can be applied to many other parts of it are considered to be cross-cutting concerns.
Another popular example of using the decorator pattern is graphical user interface (GUI) toolkits. In a GUI toolkit, we want to be able to add features such as borders, shadows, colors, and scrolling to individual components/widgets.