Пример #1
0
 public abstract void Battles(TaekwondoStyle taekwondoStyle);
Пример #2
0
 public override void Battles(TaekwondoStyle taekwondoStyle)
 {
     Console.WriteLine(this.GetType().Name + " battles " + taekwondoStyle.GetType().Name);
 }