Tag: decorator

Decorator Design Pattern

Decorator Design Pattern with Java

There are some situations in which we need high flexibility. Let’s consider that we want to create a flexible code for mixing a lot of different pizzas. We would not want to write all the possibilities without a pattern, right? For this...