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

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!