//public abstract void IsItReadyToFinish(Fighter opponent); protected abstract void Finisher(Fighter opponent);
protected override void Finisher(Fighter opponent) { Console.WriteLine("The opponent was finished with a combination of jabs, hooks and uppercuts. His recovery period gonna last 3-5 weeks."); }