示例#1
0
 public string getDescription()
 {
     return(beverage.getDescription() + ", whipp");
 }
示例#2
0
 public string getDescription()
 {
     return(beverage.getDescription() + ", sugar");
 }
示例#3
0
 public string getDescription()
 {
     return(beverage.getDescription() + ", milk");
 }