Ejemplo n.º 1
0
 public override string EatPlant(Plant plant)
 {
     return($"Я {this.Name} я сьел {plant.Name}");
 }
Ejemplo n.º 2
0
 public virtual string EatPlant(Plant plant)
 {
     return($"Я {this.Name} я сьел {plant.Name}");
 }