C# Programming - Generics - Discussion

Discussion Forum : Generics - General Questions (Q.No. 3)
3.
Which of the following statements are valid about generics in .NET Framework?
  1. Generics is a language feature.
  2. We can create a generic class, however, we cannot create a generic interface in C#.NET.
  3. Generics delegates are not allowed in C#.NET.
  4. Generics are useful in collection classes in .NET framework.
  5. None of the above
1 and 2 Only
1, 2 and 3 Only
1 and 4 Only
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Anuhya said:   8 years ago
Please explain it more.

Chinmay said:   10 years ago
C# allows the creation of generic interface and delegates. So 1, 2, 3, 4.

Post your comments here:

Your comments will be displayed after verification.