Skip to main content
Home
Completion requirements
Opened: Saturday, 23 March 2019, 12:00 AM
Due: Thursday, 4 April 2019, 1:00 AM

You are to define the following classes

1. Class employee

2. Class Manager that extends from employee

3.Class  Commissioned that extends from employee

4. main class that will maintain a list of ten different type of class.

  Main class will have the following methods 

      A. constructors.

       B. Destructor.

     C.  print

     D. read which will ask the user at first which type of employee to add

     D. Search for a given employee by name.

     E. count number of different employee types.

     F. find average salary for a given type of empolyee.

     g. sort the array based on names..

      

loader image