Question: C++ create a date class that will display your birthdate and also graduation date not user input, hard code the dates, you will need create
C++ create a date class that will display your birthdate and also graduation date not user input, hard code the dates, you will need create date.h date.cpp and also main_date.cpp file
in date.h it will be along lines of
class date
private:
// may need more variables etc
int month;
int date;
int year;
public :
//function to display your date
};
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
