Question: Use C++ to create the following - Create a header file Employee.h - Create a Class file. Employee.cpp - Create a main.cpp The Employee.h header

Use C++ to create the following

- Create a header file Employee.h

- Create a Class file. Employee.cpp

- Create a main.cpp

The Employee.h header file contains the class definition that includes:

- the employee name

- the employee number

- function declarations only for mutator and accessor functions

The Employee.cpp class contiains:

mutator and accesory functions

The main.cpp should output the following:

- The name of the company (make up a name of the company

An Employee named Erica Winterbottom and her employee number is 00001.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!