Question: In C++ Practice creating a class Date in separate files Dateh Date.cpp The date class should hold the following data int day int month; int
In C++

Practice creating a class Date in separate files Dateh Date.cpp The date class should hold the following data int day int month; int year, And methods: A single setDate method that sets the Date of this object Getters for the other values. Test creating and using Date objects in a third file, Source.cpp
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
