コード例 #1
0
 public override string VisitCustomer(Customer2 customer2)
 {
     //   WriteLine("Клiєнт " + customer2.name + " може заплатити лише 50грн. " + GetType().Name);
     return(customer2.date + " " + GetType().Name);
 }
コード例 #2
0
 public override string VisitCustomer(Customer2 customer2)
 {
     //  WriteLine("Клiєнт " + customer1.name + " не поїхав на " + GetType().Name + "." + " Вiн не має грошей.");
     return(customer2.date + " " + GetType().Name);
 }
コード例 #3
0
 public abstract string VisitCustomer(Customer2 customer2);