akosiraff

Address Book Java

Sep 15th, 2013
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/address-book-java/
  3. Part I: Address Book Java Application
  4. Imagine that you have been hired to write an object-oriented Java application (either console or GUI) that works as a fully functional address book.
  5. 1. Create an application that:
  6. a. reads the contents of your address book file (CSV format).
  7. b. searches the address book.
  8. c. enters contacts into the address book.
  9. d. deletes contacts from the address.
  10. e. edits contacts of the address book.
  11. f. saves changes (additions, deletions, edits) made to the address book to a file (CSV format).
  12. Part II: User Guide
  13. Along with your application, your submission should include a user guide.
  14. 2. Create a user guide that includes:
  15. a. a description of the functionality of your overall address book system.
  16. b. screenshots that will demonstrate how to use your address book system.
  17. c. a technical discussion regarding how each component works.
  18.  
  19. Download: http://solutionzip.com/downloads/address-book-java/
Advertisement
Add Comment
Please, Sign In to add comment