Question: C++ programming C++ programming C++ programming Operator Overloading 1. Write a Date class with these member variables: Month Day Year Define these overloaded operators for
C++ programming
C++ programming
C++ programming

Operator Overloading 1. Write a Date class with these member variables: Month Day Year Define these overloaded operators for this class: compares two dates and returns true if the first is later than the second calculates the number of days between two dates 2. Write a main program to test your class. Your program should input two dates, validate them, and test both overloaded operators
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
