Question: C# Employee Class 1. Create an employee class 2. Test your Employee class in a console application 3. Data members in the Employee class are

C# Employee Class

1. Create an employee class

2. Test your Employee class in a console application

3. Data members in the Employee class are

a. employee number

b. name

c. date of hire

d. job descriptiondescriptioin

e department

f. monthly salary

4. create several set and get methods for these data members

5. use appropriate data types for these data members and methods

6. make sure to use appropriate naming conventions e.g.

a. _employeeNumber

b. GetEmployeeNumber()

c. SetEmployeeNumber (string employeeNumber)

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!