Question: Code in C. Create a class called Employee that includes three pieces of information as data members - a first name, a last name, and

Code in C.
Create a class called Employee that includes three pieces of information as data members - a first name, a last name, and a monthly salary. Your class should have a constructor that initializes the three data members. Provide a set and get function for each data member. Include information hiding
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
