MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements are valid about generics in .NET Framework? Generics is a language feature. We can create a generic class, however, we cannot create a generic interface in C#.NET. Generics delegates are not allowed in C#.NET. Generics are useful in collection classes in .NET framework. None of the above |
| A. | 1 and 2 Only |
| B. | 1, 2 and 3 Only |
| C. | 1 and 4 Only |
| D. | All of the above |
| E. | None of the above |
| Answer» D. All of the above | |