i need to create a class: simpleAddress that has public functions to delete, search and list street addresses.
a user needs to store the street address as well as the person's name into an array of strings which can be declared as private member of simpleAddress class.