Pergunta de entrevista da empresa Presidency Solutions

Differences between NSMutableArray and NSDictionary

Resposta da entrevista

Sigiloso

3 de set. de 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