What is the difference between nsdictionary and nsmutabledictionary?



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

Post New Answer

More Objective-C Interview Questions

Explain what is protocol in objective-c?

1 Answers  


What objective-c program consists of?

1 Answers  


What is an objective fact?

1 Answers  


Can I write some c++ function in same .m file?

1 Answers  


What is the difference between #import and #include in objective-c?

1 Answers  


How to call methods in objective c?

1 Answers  


What is a function file?

1 Answers  


How to call function in objective-c?

1 Answers  


What is a delegate? Can you retain delegates?

1 Answers  


Who calls dealloc method?

1 Answers  


How dispatch_once runs only once?

1 Answers  


How declare methods in objective c?

1 Answers  


Categories