What is a nsstring?
Answer / Amrit Kumar
NSString is a foundation class in Objective-C that represents immutable strings. It's part of the Foundation framework and provides a wide range of string manipulation methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by category and when to use it?
Does objective c have multiple inheritance? Why not? How to imitate various inheritance?
Who calls dealloc method? Can we implement dealloc in arc? If yes, what is the need to do that?
How do I create a bridging header file?
Explain mutable types in objective c programming language?
When should you call dealloc method?
Is method and function same?
What is protocol in objective-c?
Why create a custom view?
How can we put nil it into dictionary/array?
How to convert data to string in objective c?
What does the objective c program fundamentally comprise of?