Coffee Shops:?
- The Decorator Pattern is ideal for situations like coffee shops, where
customers can customize their coffee with various add-ons (milk, sugar,
whipped cream, flavor syrups, etc.). Each add-on is a decorator that adds a
cost and modifies the description of the order without modifying the core
coffee object.