Question: A3_b Employee Class Note Title Prof. L.Ortiz Problem: C++ Language In the LAO company, there are two types of employees: * whose salary is calculated
A3_b Employee Class Note Title Prof. L.Ortiz
Problem: C++ Language
In the LAO company, there are two types of employees:
* whose salary is calculated using the hours they worked (no overtime employee)
* whose salary is calculated using sales made by the same person
The classes needed to represent the two types of employees.
NOTE:
* For this solution the use of istream and ostream is required for the return by reference of the instance in and out
* All constructors are required for this solution, including the constructor with predefined parameter and destructor for all related services
* The int main () function is not required for this solution
* Inherited functions are required for salary per hour, for commission per employee
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
