Discussion :: Generics
-
Which of the following statements is valid about generic procedures in C#.NET?
A.
All procedures in a Generic class are generic.
|
B.
Only those procedures labeled as Generic are generic.
|
C.
Generic procedures can take at the most one generic parameter.
|
D.
Generic procedures must take at least one type parameter.
|
E.
None of the above.
|
Answer : Option D
Explanation :
No answer description available for this question.
Be The First To Comment