What is difference between mutable and immutable?
Answer / Arvind Kumar Pandey
In Objective-C, a mutable object can be changed (e.g., added to, removed from, or modified), while an immutable object cannot. Examples of immutable objects in Objective-C include NSString and NSDictionary.
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention whether nsobject is a parent class or derived class.
Does objective c have garbage collection?
Is c++ similar to objective c?
Tell us the result when you invoke a particular method on a nil pointer?
What are the main objectives of training?
Is objective c similar to java?
What is a class in objective c?
What happens with the objects if the array is released?
What is difference between c and objective c?
What’s the contrast between utilizing a delegate and warning?
How to sort array of dictionary in objective c?
How do I create a bridge header in objective c?