๐ด Flashcard Mode
Software Testing and UFT/QTP Fundamentals
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Object that stores data key, item pairs
AnswerClick to flip back
A
Dictionary Object
๐ก 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.