Microsoft
98-372 · Question #24
Which of the following collection classes are available in both the System.Collections and System.Collections.Generic namespaces? Each correct answer represents a complete solution. Choose all that ap
The correct answer is A. SortedList C. Comparer E. Stack. The Comparer, Stack, and SortedList collection classes are available in both the System.Collections and System.Collections.Generic namespaces.
Understanding Data Types and Collections
Question
Which of the following collection classes are available in both the System.Collections and System.Collections.Generic namespaces? Each correct answer represents a complete solution. Choose all that apply.
Options
- ASortedList
- BHashtable
- CComparer
- DSortedDictionary
- EStack
How the community answered
(32 responses)- A72% (23)
- B16% (5)
- D13% (4)
Explanation
The Comparer, Stack, and SortedList collection classes are available in both the System.Collections and System.Collections.Generic namespaces.
Topics
#collections#System.Collections#System.Collections.Generic#generic collections
Community Discussion
No community discussion yet for this question.