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 |
What's the difference between a thread safe and a thread unsafe function?
Is swift objective c?
Can you write setter method for a retain property?
Why swift is better than objective c?
What is the purpose of the protocol?
What is a category extension?
What is dealloc?
What is the difference between atomic and nonatomic synthesized properties?
Is objective c open source?
What are the delegate?
What is synthesize objective c?
Is swift based on objective c?