Class | Description |
---|---|
App |
A STENCIL class that models an application, where you will instantiate the
top-level class CupcakeShop.
|
CS15Cupcake |
A SUPPORT class that represents our cupcake that you're going to decorate.
|
CS15Decorator |
A SUPPORT class that represents a decorator who can add sprinkles, a cherry,
and candles to the cupcakes.
|
CupcakeShop |
A STENCIL class that represents a cupcake shop, where you will use
fill in the 5 orders available.
|