Question: When would you use a Dictionary rather that an Array type in your application?
- when you need a jagged collection structure
- when you need to store values of the same type
- when you need to store key-value pairs rather than single values
- when you need an ordered, searchable list
Answer: The correct answer of the above question is Option C:when you need to store key-value pairs rather than single values