Exemplo n.º 1
0
 /// <summary>
 /// Feeds the new born.
 /// </summary>
 /// <param name="newborn"> The baby of the featured animal. </param>
 public void FeedNewborn(Animal newborn)
 {
     this.Weight -= newborn.Nurse(this);
 }