Question 1  of   20

SortedList class represents

A. a collection of key/value pairs that are sorted by the keys.
B. a collection of key/value pairs that are organized based on the hash code of the key.
C. a last-in-first-out (LIFO) collection of objects.
D. a first-in-first-out (FIFO) collection of objects.