Example #1
0
 public override string Stats(Animal bird)
 {
     return($"{base.Stats(bird)} + TailLength: {this.TailLength}");
 }