Problem #889 C++ using OBJECT ORIENTED PROGRAMMING

Define a class Date to represent dates. Overload the < operator to compare two dates.

Your Solution