Question: C++ Design a class named Employee . The class should keep the following information: Employee name Employee number Hire date Write a constructor and the
C++ Design a class named Employee . The class should keep the following information: Employee name Employee number Hire date Write a constructor and the appropriate accessor and mutator functions for each member variable in the class. Use inline function definitions only.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
