Hi all,
I am having trouble figuring out how to search a collection. The collection holds three strings (name, address, telephonenum) i would like to be able to search using a name as the search criteria.
Branch class that recieves input from estateGUI.
CustomerCollection class which builds the collection and has the method for add/find client etc:
Does anyone have any ideas on how i can find a specific client in a collection.
Thanks