Solved

Select a Code Segment to Complete the Team Class, So

Question 74

Multiple Choice

Select a code segment to complete the Team class, so that it reflects an aggregation relationship between Team and Player. public class Team ___________________________


A) extends Player
{

}
B) {
Private Player aPlayer;

}
C) implements Player
{

}
D) {
Private ArrayList<Player> players;

}

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions