Solved

Select a Code Segment to Complete the Player Class, So

Question 67

Multiple Choice

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


A) extends Person
{

}
B) {
Private Person thePlayer;

}
C) implements Person
{

}
D) {
Private ArrayList<Person> players;

}

Correct Answer:

verifed

Verified

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

Related Questions