Language: A Player class should be derived from the Tournament Member class. It holds additi erties such as number, position, number of goals scored, and whether the player is left right-footed. For each property appropriate setter (except the number of goals scored) methods need to be provided as inline methods, and it should not be possible to manip directly. An appropriate constructor to set all properties on creation should be provid as a copy constructor that creates a correct copy of a player, and a destructor. Also all

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

 

 

Language: C++
A Player class should be derived from the Tournament Member class. It holds additional prop-
erties such as number, position, number of goals scored, and whether the player is left-footed or
right-footed. For each property appropriate setter (except the number of goals scored) and getter
methods need to be provided as inline methods, and it should not be possible to manipulate data
directly. An appropriate constructor to set all properties on creation should be provided as well
as a copy constructor that creates a correct copy of a player, and a destructor. Also all construc-
tors and the destructor should print a short informational message on the screen such that you
can see which is being called when.
Also the following methods are required:
• a method which prints all the information of a player on the screen,
• a method which increments the number of goals scored by a player.
Add code to the files Tournament Member.h, Tournament Member.cpp, and write a testing
program named testPlayer.cpp that tests the functionality of the Player class. Create three
players with different properties. Then move all players to the location "Hamburg".
The needed data can be initialized in the code from the main () function.
Transcribed Image Text:Language: C++ A Player class should be derived from the Tournament Member class. It holds additional prop- erties such as number, position, number of goals scored, and whether the player is left-footed or right-footed. For each property appropriate setter (except the number of goals scored) and getter methods need to be provided as inline methods, and it should not be possible to manipulate data directly. An appropriate constructor to set all properties on creation should be provided as well as a copy constructor that creates a correct copy of a player, and a destructor. Also all construc- tors and the destructor should print a short informational message on the screen such that you can see which is being called when. Also the following methods are required: • a method which prints all the information of a player on the screen, • a method which increments the number of goals scored by a player. Add code to the files Tournament Member.h, Tournament Member.cpp, and write a testing program named testPlayer.cpp that tests the functionality of the Player class. Create three players with different properties. Then move all players to the location "Hamburg". The needed data can be initialized in the code from the main () function.
Expert Solution
steps

Step by step

Solved in 5 steps with 6 images

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education