return age;
return birthday;
return name;
this.age = age;
this.birthday = birthday;
this.name = name;