Solved

Fill in the Blank in the Comment for This Method

Question 45

Multiple Choice

Fill in the blank in the comment for this method header. /**
Constructs a player with the given name
_________________________________
*/
Public Player(String playerName)
) . .


A) @return the player
B) @parameter playerName the name of the player
C) @param playerName the name of the player
D) return the player

Correct Answer:

verifed

Verified

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

Related Questions