Exemplo n.º 1
0
 public string getDescription()
 {
     return(beverage.getDescription() + ", whipp");
 }
Exemplo n.º 2
0
 public string getDescription()
 {
     return(beverage.getDescription() + ", sugar");
 }
Exemplo n.º 3
0
 public string getDescription()
 {
     return(beverage.getDescription() + ", milk");
 }