employer cover photo
employer logo
employer logo

Presidency Solutions

Is this your company?

Presidency Solutions Interview Question

Differences between NSMutableArray and NSDictionary

Interview Answer

Anonymous

Sep 3, 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