Vidyalelo
C# Programming · Q33

Delegates and Events in C Sharp

Programming · C# Programming · question 33

Q33

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
Answer
C.
Only those procedures labeled as Generic are Generic
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board