public class CheesePizza extends Pizza
Modifier and Type | Field and Description |
---|---|
(package private) PizzaIngredientFactory |
ingredientFactory |
Constructor and Description |
---|
CheesePizza(PizzaIngredientFactory ingredientFactory) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
prepare() |
PizzaIngredientFactory ingredientFactory
public CheesePizza(PizzaIngredientFactory ingredientFactory)