Ejemplo n.º 1
0
 protected APizza(ACrust crust, ASize size, List <ATopping> toppings)
 {
 }
Ejemplo n.º 2
0
 public abstract void addCrust(ACrust crust = null);