InterviewSolution
Saved Bookmarks
| 1. |
Explain How String Is Represented In Objective-c? |
|
Answer» In Objective-C, the STRING is represented by USING NSS string and its sub-class NSMutableString provides several ways for CREATING string OBJECTS. In Objective-C, the string is represented by using NSS string and its sub-class NSMutableString provides several ways for creating string objects. |
|