Question: Important Project Constraints There are some constraints to this assignment. You are not permitted to use any of the predefined collection objects in Java. You

Important Project Constraints

There are some constraints to this assignment. You are not permitted to use any of the predefined collection objects in Java. You cannot use the Array Object or the ArrayList Object to complete the assignment. Your goal is to create your own version of these predefined objects.

The requirement of this assignment is to design and implement a system in Java that will manage instantiated instances of the Objects created in the User Designed Object Assignment. This is the Young Adult Object. The system should be able to add an instance of a Young Adult Object to the array, remove an instance of a Young Adult Object from the array, list all instances of Young Adult Objects in the array, Update an instance of a Young Adult object in the array and Store all instances in the array to a Comma Separated Value (CSV) File. It should also be able to load a set of starter Young Adult Objects. The task to load the starter set of objects can be a menu option or an automated process when the program starts.

The System should read data for 3 to 5 sample instances from a text file, load the data into the appropriate objects, and add the objects to the array. After loading the sample instances into the array, the system should display a menu similar to the one listed below. Your menu does not have to exactly match this one

You should create a menu system that provides the following options. The program stays in the menu system until the Exit Program Selection is taken

Add Instance to the Array

List Instances in an Array

Search for an Instance in the Array

Delete an Instance from the Array

Update an Instance in the Array

Save Array Elements to CSV File

Exit Program

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!