Question: Date.h Date.cpp Person.h Person.cpp Student.h Please complete the following student.cpp pragma once #include using namespace std 6 class Date private: 9 10 int month int

Date.h
 Date.h Date.cpp Person.h Person.cpp Student.h Please complete the following student.cpp pragma
Date.cpp
once #include using namespace std 6 class Date private: 9 10 int
month int year int day public: 12 13 14 15 16 17
Person.h
18 19 20 21 Date Date (int day, int month, int year)
Person.cpp
void operator- (const Date &d) int getMonth0 const; int getYear const int
getDay 0 const void setDay (int d): void setMonth(int m); void setYear
Student.h
(int y): friend ostream& operator
Please complete the following student.cpp
image text in transcribed

pragma once #include using namespace std 6 class Date private: 9 10 int month int year int day public: 12 13 14 15 16 17 18 19 20 21 Date Date (int day, int month, int year) void operator- (const Date &d) int getMonth0 const; int getYear const int getDay 0 const void setDay (int d): void setMonth(int m); void setYear (int y): friend ostream& operator

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!