Question: Create a parent class called ProPlayer ProPlayer should have the following specs: A protected string variable to take in a players name A private base
Create a parent class called ProPlayer
ProPlayer should have the following specs:
A protected string variable to take in a players name
A private base salary variable set to a specified amount of your choosing.
A constructor that takes in the players name
A public method thaty returns the base salary you have defined
A method that prints the players name
An abstract method that for computing pay
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
