Page 1 of 1

(ii) Write a zero argument constructor for the class Team, which will initialize MAX_PLAYERS to 11, create the players a

Posted: Fri Jun 10, 2022 11:56 am
by correctanswer
(ii) Write a zero
argument constructor for the class Team, which will initialize
MAX_PLAYERS to 11, create the players array with an appropriate
capacity, initialize numOfPlayers to 0 and set name to the empty
string.