(g) A class called
Team includes the following declarations:
public class Team
{
private final int
MAX_PLAYERS; private Player[]
players; private int numOfPlayers; //number of players
in the array private String name;
}
(i)
What is the nature of the
object-oriented relationship between classes Team and Player?
Explain your answer.
(g) A class called Team includes the following declarations: public class Team { private final int MAX_PLAYERS; priva
-
- Posts: 43759
- Joined: Sat Aug 07, 2021 7:38 am