small address book program that allows the user to:
1- add contact 2- search contact 3- delete contact 4- display all contacts 5 - exit
this data is written or read from a data.dat file
return to menu after option is finished
all of this should be done using inheritance in some way