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