age property

int age
getter/setter pair

0: female, 1: male

Implementation

int sex; ///0: female, 1: male
int age;