Question: There are two files by using java. just follow the steps.Or if you want just teach me how to create a copy() method. I am
There are two files by using java. just follow the steps.Or if you want just teach me how to create a copy() method. I am confused on it.




Instructions Implement a Player class that has the following private attributes: name (String) //this holds the first and last name position (String) word only goals (int) stops (int) and the following methods: Constructor that sets the name. position from defined values) Get and set methods. toString method returns the name and position of the player moreGoals (Player) method that returns Boolean if this player has more goals than the passed in player moreStops (Player) method that returns Boolean if this player has more stops than the passed in player Copy) method that returns a copy of this player (including name, position, goals and stops)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
