Which of the following is a valid statement about generic procedures in C#.NET are?
Posted: Wed Jul 13, 2022 7:57 pm
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
b) Generic procedures should take at least one type parameter
c) Only those procedures labeled as Generic are Generic
d) None of the mentioned