[solved] – Question 78259
R9.3 Write a partial C++ class definition that contains the public interface of the Date class
described in Exercise R9.2. Supply member functions for setting the date to a particular
year, month, and day, for advancing the date by a given number of days, and for finding
the number of days between this date and another. Pay attention to const.
Expert Answer
OR

