Explain mutable types in objective c programming language?
Answer / Anshita Mishra
In Objective-C, a mutable type is an object that can be changed or modified after it has been created. Examples of mutable types include NSMutableArray, NSMutableString, and NSMutableDictionary.
| Is This Answer Correct ? | 0 Yes | 0 No |
Who calls dealloc method?
What is method swizzling in objective c and why would you use it?
How much does m files cost?
Which is better swift or objective c?
What is the main difference between function calls and messages?
Explain what is #import?
Distinguish between @synthesize and @dynamic in objective –c?
Is objective c better than swift?
How do you check for leaks?
What is objective c vs c?
How to sort array of dictionary in objective c?
How to convert string to nsnumber in objective c?