Exemplo n.º 1
0
 public override void GetManConclusion(Man man)
 {
     Console.WriteLine("{0} {1}时,闷头喝酒,谁也不用劝。", man.GetType().Name, this.GetType().Name);
 }
Exemplo n.º 2
0
 public override void GetManConclusion(Man concreteElementA)
 {
     Console.WriteLine("{0} {1}时,背后多半有一个伟大的女人", concreteElementA.GetType().Name, this.GetType().Name);
 }
Exemplo n.º 3
0
 public override void GetManConclusion(Man man)
 {
     Console.WriteLine("{0} {1}时,背后多半有一个伟大的女人。", man.GetType().Name, this.GetType().Name);
 }