Question: Use Java Code Practice inheritance with the following classes. age, phone number, email address, etc. .A LoginAccount class has a Person. Additionally, a LoginAccount class

Use Java
 Use Java Code Practice inheritance with the following classes. age, phone
number, email address, etc. .A LoginAccount class "has a" Person. Additionally, a

Code Practice inheritance with the following classes. age, phone number, email address, etc. .A LoginAccount class "has a" Person. Additionally, a LoginAccount class has a user Person- a Person class contains attributes of a typical person -first name, last name, atibutes of a ypica person- name and a password. A WareHouse class has an ArrayList, where each string represents an inventory item of bicycle part. The WareHouse has methods to add a string to its inventory and retrieve an ArrayList of its inventory extends a LoginAccount. Additionally, a SalesAssociate class has a String wareHouseName and a WareHouse. .A WareHouseManager class extends a LoginAccount. Additionally, a WareHouseManager class has a String wareHouseName and a WareHouse. 2 Implement a main program that creates a SalesAssociate and a WareHouseManager-both will have person attributes, user names, passwords, and a WareHouse. Put several inventory of both. Create a command line user interface that prompts for a username and String into the

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!