Question: Please help me with this Java project. The program need used Inheritance. You should make up the starting data. You should allow the user to
Please help me with this Java project.
The program need used Inheritance.
You should make up the starting data.
You should allow the user to add additional data.
You will have a menu system included follwing:
1. Allow the user to add data.
2. Allow the user to search data.
3. Allow the user to remove data.
4. Allow the user to determine if two things are equal.
5. Allow the user to output all data to the screen.
6. Allow the user to output all date to a text file. (It could be any method, just copy all output into a text file.)

You can create a Business class called department store, and the Company for this business is Walmart, and create 5 wokers in the Walmart.
In each class you will have several methods. You much have a method call "thisIsWhatIDo."
for example: a department store sells stuff
for example: Walmart sells stuff cheap
for example: Sam is a cashier
Parent Class Business Create 3 Businesses (you can make these up...they can be anything you wish to model) Create 2 other fields for this class. (It could be anything.) Child and Parent Class Create 2 companies for each Business above (make these up) Create 2 other fields for this class. (It could be anything.) Create all setter, getter, tostring, and constructor methods Company Child Class Employee Dennis Sam Create at least 5 Employees for Each Company above You must have a composite field called Address and a composite date field You must have a composite name field You must have a composite age field. Fred Barney Create all setter, getter, tostring, and constructor methods
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
