Kizspy | Question: 19
(Choose 1 answer)
Which of the following statements related to the Generic Method is True?
A. A method declared with the type parameters for its return type or parameters is called a generic method
B. Generic methods can not be defined within non-generic classes
C. Generic methods can only be used to static methods
D. None of the others