Question: In Chapter 11, the class date Type was designed to implement the date in a program, but the member function setDate and the constructor do
In Chapter 11, the class dateType was designed to implement the date in a program, but the member function setDate and the constructor do not check whether the date is a valid date before storing the date in the member variables. Rewrite the definitions of the function setDate and the constructor so that the values for month, day and year are checked before storing the date into the member variables. Add a member function, isLeapYear, to check whether a year is a leap year. Finally, write a test program to test the new class. help plz
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
