Beispiel #1
0
 public Cow(Breed breed)
 {
     this.breed = breed;
 }
Beispiel #2
0
 public HalloweenCow(Breed breed) : base(breed)
 {
 }