コード例 #1
0
 public override void OperateCar(CarElement concreteElementA)
 {
     Console.WriteLine("Refuel the car at the gas station. ");
 }
コード例 #2
0
 public override void OperateCar(CarElement car)
 {
     Console.WriteLine("Fixing the car in the Service. ");
 }