示例#1
0
 public Female(string name, Female mother, Male father) : base(name, mother, father)
 {
 }