Object that stores data key, item pairs
-
Dictionary Object
-
Dialog Object
-
Child Object
-
Desktop Object
A
Correct answer
Explanation
A Dictionary object stores data as key-value pairs, where each unique key maps to a corresponding item or value. This is the fundamental data structure for associative arrays and maps across programming languages.