Question d’entretien chez Presidency Solutions

Differences between NSMutableArray and NSDictionary

Réponse à la question d'entretien

Utilisateur anonyme

3 sept. 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