Design Patterns 2
Design pattern exercise: Build a Pizza Ordering System using Factory, Decorator, and Strategy patterns.
- By the end, you will have created a working console app that lets a customer:
- Select a pizza (Factory)
- Add toppings dynamically (Decorator)
- Choose a delivery method (Strategy)
- See a receipt with total cost
- Open starter code