Exemplo n.º 1
0
 public virtual double GetCost()
 {
     return(decoratedBurger.GetCost());
 }
Exemplo n.º 2
0
 public static void printInfo(Burger b)
 {
     Console.WriteLine("Cost: " + b.GetCost() + "; Ingredients: " + b.GetIngredients());
 }