Question: Writing c++ code. Please help to do this assignment. Thank you In this homework you implement several C++ classes for the management of the imaginary
Writing c++ code. Please help to do this assignment. Thank you







In this homework you implement several C++ classes for the management of the imaginary METU LIGHTNINGS Basketball team. This assignment aims to create a record book for list of players of the team in different tournaments. The program will also allow the users to search for details of players as well as their incomes. Put each of the class declaration in a separate header file and implement the member methods in separate .cpp files. Implementation Details: In order to implement this system you will need to implement at least the following classes with the attributes, constructors, destructors, copy constructors and other member functions. Please note that you may need to implement more functions PART ONE: C++ CLASSES Player: For each player, we store: Player ID First name Last name Telephone number Address Email address Annual bursary For each player implement the following member functions: A default constructor A constructor to initialise Player ID, First name. Last name Telephone number, Address, Email address and Annual bursary A copy constructor An assignment operator A destructor Getter and setter functions for each of the member variables A function to print all these details Page 1 of 7 In this homework you implement several C++ classes for the management of the imaginary METU LIGHTNINGS Basketball team. This assignment aims to create a record book for list of players of the team in different tournaments. The program will also allow the users to search for details of players as well as their incomes. Put each of the class declaration in a separate header file and implement the member methods in separate .cpp files. Implementation Details: In order to implement this system you will need to implement at least the following classes with the attributes, constructors, destructors, copy constructors and other member functions. Please note that you may need to implement more functions PART ONE: C++ CLASSES Player: For each player, we store: Player ID First name Last name Telephone number Address Email address Annual bursary For each player implement the following member functions: A default constructor A constructor to initialise Player ID, First name. Last name Telephone number, Address, Email address and Annual bursary A copy constructor An assignment operator A destructor Getter and setter functions for each of the member variables A function to print all these details Page 1 of 7
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
