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 |
Explain what is protocol in objective-c?
What objective-c program consists of?
What is an objective fact?
Can I write some c++ function in same .m file?
What is the difference between #import and #include in objective-c?
How to call methods in objective c?
What is a function file?
How to call function in objective-c?
What is a delegate? Can you retain delegates?
Who calls dealloc method?
How dispatch_once runs only once?
How declare methods in objective c?