You are on page 1of 1

Person

String: Name

Int: Id

Void title();

string setname();

void getname();

int setid();

void getid();

Staff Student
String: Position String: Program
string setposition(); string setprogram();
void getposition(); void getprogram();

Contact
Double: Phone

String: Email

String: Address

string setemail();

void getemail();

string setaddress();

void getaddress();

Double setphone();

void getphone();

You might also like