CS3340:  Intro OOP and Design

Unofficial Database Exercise (NOT turned in)

 

Create a Table for your Project 2 called AddressEntryTable that contains the data (state) associated with an AddressEntry object. Note that you need to have a separate table for Project 2 for Notes---we are not implementing this for this exercise. Make sure you use the appropriate data types.

 

Edit your current Project 1 code (or previous exercise code) so that it initilizes the AddressBook now with a collection of AddressEntries from a database. Like the previous exercise, after intializing the AddressBook's collection of AddressEntries call list() that will display to standard output the AddressEntries.

© Lynne Grewe