I NEED HELP WITH A BIRTHDAY PROFILE IN C++
I have to create three classes: Person,birthdate, and date. Create seperate .h and .cpp files to seperate the implementation from the interfaces.
2. Create a list of attributes and operations for all the classes.
3. Implement the methods,attributes, and constructor for these classes...