What is difference between nsstring and nsmutablestring?
Answer / Keshaw Kumar
NSString is immutable, while NSMutableString is a mutable version of NSString that allows you to change its contents.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is dealloc?
What is difference between c and objective c?
What is single inheritance in objective-c?
What is the latest version of objective-c?
Is c++ objective c?
What is difference between objective c and swift programming?
Why create a custom view?
What do you mean by @synthesize and @dynamic in the objective-c? And also explain what do you mean by synthesized in objective-c?
What are nsautoreleasepool?
Distinguish between @synthesize and @dynamic in objective –c?
How to create thread in objective c?
Are callbacks closures?