Create a class called Employee. This class should have the following data members:
id (long long unsigned), hoursWorked (int), hourlyRate (float). Create a set and get function for each data member. Create a default constructor that initializes all three data members to zero using the set functions for each data member. Create a second constructor that has three parameters, (id, hoursWorked, hourlyRate). Again, make sure to call the set functions for each data member.
Answers
Answered by
0
Answer:
members" (and any subsequent words) was ignored because we limit queries to 32 words.
Similar questions