Exemplo n.º 1
0
 public override String getDescription()
 {
     return(beverage.getDescription() + ", Whip");
 }
Exemplo n.º 2
0
 public override String getDescription()
 {
     return(beverage.getDescription() + ", with Milk");
 }
Exemplo n.º 3
0
 public string getDescription()
 {
     return(beverage.getDescription() + ", 휩1");
 }
Exemplo n.º 4
0
 public override string getDescription()
 {
     return(beverage.getDescription() + ", mocha");
 }