InterviewSolution
Saved Bookmarks
| 1. |
What Is A Dictionary Object? |
|
Answer» It lets you store and retrieve information in a flexible DATA STRUCTURE. Each value or information STORED in a Dictionary is associated with a key through which the information can be retrieved. It lets you store and retrieve information in a flexible data structure. Each value or information stored in a Dictionary is associated with a key through which the information can be retrieved. |
|