Purpose Project Expose Classes Objects Data Members Member Functions Header Files Problem Q37168194

The purpose of this project is to expose you to Classes,objects, data members, member functions, and header files.

Problem Specification:

Design a class that will do the following:

  • Accept a department’s name in the school (a string) andmaintains two arrays of employee’s data, one for the employee’s id,a string, the other for the employee’s salary, which might beinteger, float or double.
  • If there is room, you can add an id and asalary at the first available position. That is the positionimmediately following the last added employee. However; if thearrays are empty, you add at the first position. If the array isfull, then you cannot
    OR
    OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.