Domanda di colloquio di Capital One

What is the difference between a Map and a Tuple?

Risposta di colloquio

Anonimo

25 feb 2019

A Map stores key/value pairs, where the key is expected to be unique, while a Tuple is essentially value/value pairs.

1