Esempio n. 1
0
 public abstract void Battles(TaekwondoStyle taekwondoStyle);
Esempio n. 2
0
 public override void Battles(TaekwondoStyle taekwondoStyle)
 {
     Console.WriteLine(this.GetType().Name + " battles " + taekwondoStyle.GetType().Name);
 }