Exemplo n.º 1
0
 public string GetDescription()
 {
     return(coffee.GetDescription() + ", " + name);
 }
Exemplo n.º 2
0
 public string GetDescription()
 {
     return(string.Format("{0}, {1}", _coffee.GetDescription(), _name));
 }
Exemplo n.º 3
0
 public string GetDescription()
 {
     return(_baseCoffee.GetDescription() + ", MilkShake");
 }