What is the difference between nsdictionary and nsmutabledictionary?
Answer / Manik Dubey
NSDictionary is an immutable collection of objects, where each object is associated with a key. NSMutableDictionary, on the other hand, is a mutable version that allows you to add, remove, or change its contents.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between c and objective c?
Can protocols have properties?
What are the main objectives of training?
What is the difference between property and instance variable?
Are callbacks closures?
Is objective c type safe language?
What is thread safe function?
Explain the difference between atomic and nonatomic synthesized properties.
What are the rules of variable?
What is nonatomic in objective c?
What are the rules for identifiers?
What is umbrella header?