What is the difference between nsstring and string?
Answer / Mahfooz Ali
"In Objective-C, NSString is a class that represents an immutable (unchangeable) sequence of bytes representing a string. 'string' is not a built-in type in Objective-C but it can be used as a synonym for NSString. However, using 'NSString' is more explicit and recommended to avoid confusion with other programming languages."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between array and nsarray?
What is nsmutabledictionary?
What is the principle distinction between the function calls and messages?
Does objective c have garbage collection?
How do you write an objective summary?
What is block variable?
What is objective c vs c?
What is singleton in objective c?
Is swift or objective c better?
What are the delegate?
How would I make a static strategy?
What happen if we send any message to an object which is released?