コード例 #1
0
 public override String getDescription()
 {
     return(beverage.getDescription() + ", Whip");
 }
コード例 #2
0
 public override String getDescription()
 {
     return(beverage.getDescription() + ", with Milk");
 }
コード例 #3
0
ファイル: MainWindow.xaml.cs プロジェクト: there9/Practice
 public string getDescription()
 {
     return(beverage.getDescription() + ", 휩1");
 }
コード例 #4
0
ファイル: Program.cs プロジェクト: Meldow/DesignPatterns
 public override string getDescription()
 {
     return(beverage.getDescription() + ", mocha");
 }