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