This repository is not active
allychow/Address-Book
An address book designed using object oriented programming that allows the user to store and manage contacts. The user is able to store as many contacts as needed using a dynamic array list, with a maximum of ten different address books being used simultaneously. The program allows multiple address books to be open in case there are multiple users, or cross referencing is needed. Functions include searching, sorting, importing, exporting, and editing contacts.
JavaMIT