What is nsmutabledictionary?
Answer / Mukund Hans
NSMutableDictionary is a mutable (changeable) dictionary object in the Foundation framework of Objective-C. It allows storing key-value pairs, where each key and value can be any object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is objective c still used?
Does objective-c contain private strategies?
Is objective-c is used in window also?
What is 'protocol' on objective c?
What are the adavantages of gcd over nsthread?
Explain what is @synthesize in objective-c?
Is objective c dynamically typed?
Who calls dealloc method? Can we implement dealloc in arc?
What is hashable?
What are class b properties?
How do you get closure?
Is objective c compiled?