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 @synthesize in objective-c?
What are the blocks? How will you use them?
Who calls dealloc method? Can we implement dealloc in arc?
What is the difference between category and extension in objective c?
What are the three subatomic particles?
What is the use of objective c?
Is nsobject a parent class or a derived class?
How is #import different from #include?
What are nsautoreleasepool and how can we use them?
What does alloc mean in objective c?
What is instance variable objective c?
Is there function overloading in objective-c?