コード例 #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);
 }