Example #1
0
 public override string GetCondimentDescription()
 {
     return(_type.ToString() + " Liquor");
 }
Example #2
0
 protected override string GetCondimentDescription()
 {
     return($"{_type.ToString()} liquor");
 }
Example #3
0
 public override string GetCondimentDescription()
 {
     return($"{_type.ToString()} liqour");
 }