Discussion :: C#.Net MCQs
- Which of the following is a valid statement about generic procedures in C#.NET are?
A.
All procedures in a Generic class are generic
|
B.
Generic procedures should take at least one type parameter
|
C.
Only those procedures labeled as Generic are Generic
|
D.
None of the mentioned
|
Answer : Option B
Explanation :
Be The First To Comment