Question: c++ program please can you send it in both .h file and cpp file Write the definition of the class dayType implements the day of
Write the definition of the class dayType implements the day of the week in a program The class dayType should store the day, such as the number for Sunday, etc.. The program should be able to perform the following operations on an chject of type dayType: a. set the day b print the day c. return day d. return the next day e return the previous day f. calculate and return the day by adding certain days to or subtracting certain days from the current day. For example, if the current day is Monday and we add 4 days, the day to be retumed is Friday. Similarly, if today is Tuesday and we subtract 4 days, the day to be returned is Friday 5. Add the appropriate constructors, accessors, mutators, and custom methods
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
