For Assignment 1, you will need to build a software system that can create, read, update and delete records.
For example, in an address book application, each record would be a Person.
In a to-do list application, each record would be an item on the to-do list.
Now think about your idea for Assignment 1:
In your application, what is the structure of each record?
How would you translate the records into a Java class?