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 |
Is c++ similar to objective c?
What is the use of category in objective-c?
Explain the way messaging works in objective-c?
Can I use objective c in swift?
How to use swift protocol in objective c?
How do you define a protocol?
What is .m file in objective c?
How to call function in objective-c?
What is a class property?
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 is instance variable objective c?
What is difference between objective c and swift?