Question: To solve this you must include creating several classes: Match, Person, Player, Coach, and Date. Additionally, there will be header and implementation files for each
To solve this you must include creating several classes: Match, Person, Player, Coach, and Date. Additionally, there will be header and implementation files for each class, as well as a main.cpp file I need a really good answer so please take your time with this within to days to accurately complete it with the necessary implementation and error checking. The checklist should be used too :
main.cpp: Contains the main function where the user interacts with the program. This file includes headers for Match.h and possibly other necessary headers.
Match.h: Header file for the Match class. Includes headers for Coach.h Player.h and possibly other necessary headers.
Match.cpp: Implementation file for the Match class. Includes "Match.h
Person.h: Header file for the Person class. Includes "Date.h
Person.cpp: Implementation file for the Person class. Includes "Person.h
Player.h: Header file for the Player class. Includes "Person.h
Player.cpp: Implementation file for the Player class. Includes "Player.h
Coach.h: Header file for the
Coach class. Includes "Person.h
Coach.cpp: Implementation file for the Coach class. Includes "Coach.h
Date.h: Header file for the Date class.
Date.cpp: Implementation file for the Date class. Includes "Date.h
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
