public string name; public int age; private Gender sex; public Child(string name, int age, Gender sex) { this.name = name; this.age = age; this.sex = sex; }
public
string name;
public
int
age;
public
Gender sex;
public
Child(string name,
int
age, Gender sex)
{
this
.name = name;
this
.age = age;
this
.sex = sex;
}