Home » Interview » Technology

What is the Dictionary class?

Correct Answer: - The Dictionary class is an abstract class - Classes like Hashtable which map keys to values inherit from this class - An object can be looked for if a dictionary and a key is provided - Any non-null object can be used as a key and as a value

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion