예제 #1
0
 public override double ComputeCost()
 {
     return(3.0 + Salad.ComputeCost());
 }