Question: Company name String Project name: String - id:int 0. Project Id: Employee Name: Manager Engineer Employee name: String .getSalaryo : String Detail: Projects GetProjects Add

Company name String Project name: String - id:int 0. Project Id: Employee Name: Manager Engineer Employee name: String .getSalaryo : String Detail: Projects GetProjects Add Manager - bonus : double getsalaryo : double Engineer - yearsInService: int getsalaryo : double Consider the information system for a company. You can add a new employee to a project by specifying the project id, type of instance and detail (bonus or yearsin Service depending on the type) and pressing Add button. The employee is added in to the appropriate project based on the id and also to the company collection of employees. Implement a thread called "EmployeeMonitor that continuously scans Company for new employee. When it detects that a new Employee was added, it will add it in the employee.txt file accordingly. The file will store the employees in the following format:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
