<<< Builder Sample I, Maze Game     Index     Difference between Builder and Factory Pattern >>>

12. Builder Sample II, Pizza Restaurant


  • The BuilderPizza ( download ) sample is a Pizza Restaurant application:

    • Waiter is a director object with ConstructPizza() operation to build configuration-based Pizzas.

    • The HawaiianPizzaBuilder and SpicyPizzaBuilder are concrete builders.

    BuilderPizza Sample

<<< Builder Sample I, Maze Game     Index     Difference between Builder and Factory Pattern >>>