In recent years, many people choose to take Microsoft 70-483 certification exam which can make you get the Microsoft certificate and that is the passport to get a better job and get promotions. How to prepare for Microsoft 70-483 exam and get the certificate? Please refer to Microsoft 70-483 exam questions and answers on GreatExam.
QUESTION 1
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:
– Use strongly typed members.
– Process Order objects in first-in-first-out order.
– Store values for each Order object.
– Use zero-based indices.
You need to use a collection type that meets the requirements.
Which collection type should you use?
A. Queue <T>
B. SortedList
C. LinkedList <T>
D. HashTable
E. Array <T>