[Solved]Quit System Uirements Design Two Classes Solve Problem One Class Called Employee Stores Q37199221
. Quit the system uirements . Design two classes to solve this problem. One class, called Employee, stores employee’s data; the other class, called EmployeeList, holds a list of employee objects (called a container). (Due by the end of lab 10) The class Employee should have the data members of id, first name, last name, rate, and hours. The following member functions should be provided: – a constructor to initialize employee’s data with id, first name, last name, rate and . hours. Use default arguments. A member function that sets the last name A member function that sets the first name A member function that sets the id A member function that sets the rate A member function that sets the hours A member function that retrieves the last name A member function that retrieves the first name A member function that retrieves the id A member function that retrieves the rate . – – – – . – A member function that retrieves the hours . A member function that computes and returns the wage. Show transcribed image text . Quit the system uirements . Design two classes to solve this problem. One class, called Employee, stores employee’s data; the other class, called EmployeeList, holds a list of employee objects (called a container). (Due by the end of lab 10) The class Employee should have the data members of id, first name, last name, rate, and hours. The following member functions should be provided: – a constructor to initialize employee’s data with id, first name, last name, rate and . hours. Use default arguments. A member function that sets the last name A member function that sets the first name A member function that sets the id A member function that sets the rate A member function that sets the hours A member function that retrieves the last name A member function that retrieves the first name A member function that retrieves the id A member function that retrieves the rate . – – – – . – A member function that retrieves the hours . A member function that computes and returns the wage.
Expert Answer
Answer to . Quit the system uirements . Design two classes to solve this problem. One class, called Employee, stores employee’s da… . . .
OR

