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 |
What is the difference between objective c and c++?
Who calls dealloc method? Can we implement dealloc in arc?
What’s the contrast between active, inactive, not-running, background and suspended execution states?
What is gcd? What are its advantages over nsthread?
Is it possible to implement dealloc in arc?
What are the classifications of property?
What is class extension?
What's the difference between a thread safe and a thread unsafe function?
Is objective-c is used in window also?
What is difference between nil and nill?
What is difference between c and objective c?
What are the main objectives of training?