Pregunta de entrevista de Presidency Solutions

Differences between NSMutableArray and NSDictionary

Respuesta de la entrevista

Anónimo

3 sep 2015

Two part answer: 1 - Mutable and Immutable sets if the object can be expanded or decreased in size during runtime 2- The difference between arrays and dictionaries are the way in which you access each object stored on them, by index or by a key