Question: Q1) Create Person, Player and Manager classes [5 marks] In the provided template create a new class called Person. Person should have the following properties
Q1)
![Q1) Create Person, Player and Manager classes [5 marks] In the provided](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f0e9705f311_43166f0e96fe0df0.jpg)
Create Person, Player and Manager classes [5 marks] In the provided template create a new class called Person. Person should have the following properties Create a constructor that sets these properties. Alongside getter and setter methods. Further to person. Create a Player and Manager class that is a child of the Person class. Each should have the following properties. All the properties should be set in a constructor and have a getter and setter method. Player Manager
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
