Graphical Convertor
-
Updated
Dec 11, 2023 - Java
Graphical Convertor
To use the decorator pattern for a pizza with toppings, I created a Pizza base class with a method to display "Pizza". Then, create decorator classes for each topping (Olive, Pepper, Mashroom), each extending Pizza. These classes would override the display method to include their specific topping message.
Add a description, image, and links to the desorator-design-pattern topic page so that developers can more easily learn about it.
To associate your repository with the desorator-design-pattern topic, visit your repo's landing page and select "manage topics."