Q:
What is the Dictionary class?
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.
View answer
Workspace
Report Error
Discuss