InterviewSolution
Saved Bookmarks
| 1. |
Choose the namespace in which the interface IEnumerable is declared?(a) System.Collections(b) System.Collections.Generic(c) Both System.Collections & System.Collections.Generic(d) None of the mentionedThe question was asked in a job interview.My question is from Fundamental of LINQ topic in chapter Delegates, Generics and LINQ of C# |
|
Answer» CORRECT CHOICE is (b) System.Collections.Generic The BEST I can explain: By definition. |
|