Exam 70-483 Topic 2 Question 221 Discussion
Actual exam question for Microsoft's 70-483 exam
Question #: 221
Topic #: 2
Question #: 221
Topic #: 2
You are developing an application that includes a class named Order. The application will store a collection of Order objects.
The collection must meet the following requirements: Internally store a key and a value for each collection item. Provide objects to iterators in ascending order based on the key. Ensure that item are accessible by zero-based index or by key. You need to use a collection type that meets the requirements.
Which collection type should you use?
The collection must meet the following requirements: Internally store a key and a value for each collection item. Provide objects to iterators in ascending order based on the key. Ensure that item are accessible by zero-based index or by key. You need to use a collection type that meets the requirements.
Which collection type should you use?
Suggested Answer: E Vote an answer
http://msdn.microsoft.com/en-us/library/system.collections.sortedlist.aspx
by Trista at Jan 27, 2024, 02:59 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).