Question: Write the following java program using eclipse or some other IDE of your choosing. - Create an Employee class with the following members: -
Write the following java program using eclipse or some other IDE of your choosing. - Create an Employee class with the following members: - name, title - create two methods in the Employee class: - public void setName (String title); - public void setTitle (String title); - Create a Company class with: - an Employee array - an addEmployee() method adds an employee to the Employee array -a getEmployeeCount() method prints out the number of employees in the company - Create main class that: - Instantiates 3 Employee objects - Instantiates a Company object - adds 3 employees to the company -prints the employee Count from the Company object The deliverable should be three (3) source (java) files uploaded to blackboard.
Step by Step Solution
There are 3 Steps involved in it
Employe... View full answer
Get step-by-step solutions from verified subject matter experts
