Question: Need help on getting started, any help will be great. Project #4 Employee CISP 400 C++ Programming Inheritance O 2018 David E. Fox 1. For
Project #4 Employee CISP 400 C++ Programming Inheritance O 2018 David E. Fox 1. For this project you will start with a base class that will represent an employee. This generic employee class will be provided: Employee.h and Employee.o You must use these and MUST not implement the Employee class. We will create derived classes to represent differing types of employees at my (imaginary) guitar factory. From this generic employee type you will inherit derived classes: Salaried 1. Monthly salary: double 2. Return and Update Mbnthly salary. . Hourly 1. Hourly rate: double 2. Hours worked: double 3. Return and Update Hourly rate 4. Return and Update Hours worked 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
