Create an Employee class. Items to include as data members are employee number, name, date of hire,

Question:

Create an Employee class. Items to include as data members are employee number, name, date of hire, job description, department, and monthly salary. The class is often used to display an alphabetical listing of all employees. Include appropriate constructors and properties. Override the ToString ( ) method to return all data members. Create a second class to test your Employee class.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: