Exemplo n.º 1
0
 public void Gebären(string neuerName)
 {
     this.Kind = new Hund(neuerName, this.FellFarbe);
 }