Write a class that implements Employee class that is described in UML diagram given below. The method “ raiseSalary(percent) " increases the salary by the given percentage. Write a test program that...


Write in python language thank you


Write a class that implements Employee class that is described in UML diagram given below.<br>The method “ raiseSalary(percent)

Extracted text: Write a class that implements Employee class that is described in UML diagram given below. The method “ raiseSalary(percent) " increases the salary by the given percentage. Write a test program that will generate at least 3 accounts and test each method that you write. Employee -id:int -firstName:String -lastName:String -salary:int +Employee(id:int, firstName:String, lastName:String, salary:int) +getID():int +getFirstName():String +getLastName():String +getName():String +getSalary():int +setSalary(salary:int):void +getAnnualSalary():int • +raiseSalary(int percent):int +tostring():String. "firstName Llastname" salary * 12 Increase the salary by the percent and return the new salary "Employee[id=?,name=firstName lastname,salary=?]"

Jun 03, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here