Saved Bookmarks
| 1. |
Which of the given statements are valid about generics in .NET Framework?(a) generics are useful in collection classes in .NET framework(b) generics delegates are not allowed in C#.NET(c) generics is a not language feature(d) all of the mentionedThe question was posed to me during an internship interview.This question is from Generic Methods topic in section Delegates, Generics and LINQ of C# |
|
Answer» RIGHT option is (a) generics are USEFUL in collection classes in .NET framework For explanation: NONE. |
|