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