Question: Based on the Topics in this section, continue to work on the CRUD application for the Employee Class you have been working on throughout the

Based on the Topics in this section, continue to work on the CRUD application for the Employee Class you have been working on throughout the course. The final code should include a minimum;
A Main Console base menu that uses 'Q' as the quit option at any moment in the code execution.
A Storage system to store a list of employees in memory. This storage can be anything you want to use, from an Array to a MySQL database if you want to go that extra mile.
CRUD functions for all three Sub-Classes [Professor, Administrator, Faculty]
The main runner code (the main method) will be the entry point to the code.
Any methods that will be needed for the code to run

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 Programming Questions!