コード例 #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");
 }