What is a nsstring?



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

Post New Answer

More Objective-C Interview Questions

What do you mean by category and when to use it?

1 Answers  


Does objective c have multiple inheritance? Why not? How to imitate various inheritance?

1 Answers  


Who calls dealloc method? Can we implement dealloc in arc? If yes, what is the need to do that?

1 Answers  


How do I create a bridging header file?

1 Answers  


Explain mutable types in objective c programming language?

1 Answers  


When should you call dealloc method?

1 Answers  


Is method and function same?

1 Answers  


What is protocol in objective-c?

1 Answers  


Why create a custom view?

1 Answers  


How can we put nil it into dictionary/array?

1 Answers  


How to convert data to string in objective c?

1 Answers  


What does the objective c program fundamentally comprise of?

1 Answers  


Categories