Пример #1
0
 public abstract void Visit(ParttimeEmployee contract);
Пример #2
0
 public override void Visit(ParttimeEmployee contract)
 {
     Console.WriteLine("The wage of parttime is ...");
 }
Пример #3
0
 public override void Visit(ParttimeEmployee contract)
 {
     Console.Write("The worktime of fulltime is ...");
 }