Solved

Which of the Following Statements About Generic Methods Is Correct

Question 45

Multiple Choice

Which of the following statements about generic methods is correct?


A) A generic method must reside in a generic class.
B) A generic method must have a generic type argument.
C) A generic method must have a generic type parameter.
D) The generic type parameter of a generic method designates the method's return type.

Correct Answer:

verifed

Verified

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

Related Questions