Exemple #1
0
 public string GetDetails()
 {
     return(coffee.GetDetails() + " + Whipp");
 }
Exemple #2
0
 public string GetDetails()
 {
     return(beverage.GetDetails() + " + Milk");
 }
Exemple #3
0
 public string GetDetails()
 {
     return(coffee.GetDetails() + " + Sugar");
 }