

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is NOT an interface declared in System.Collections namespace? |
A. | <i class="csharp-code">IComparer</i> |
B. | <i class="csharp-code">IEnumerable</i> |
C. | <i class="csharp-code">IEnumerator</i> |
D. | <i class="csharp-code">IDictionaryComparer</i> |
E. | <i class="csharp-code">IDictionaryEnumerator</i> |
Answer» E. <i class="csharp-code">IDictionaryEnumerator</i> | |