Answer Posted / Sajjan Singh
Array and NSArray are similar data structures used to store collections of objects in Objective-C. The main difference is that Array is a native Swift collection and does not require bridging, while NSArray is an Objective-C Foundation class that must be used with Objective-C code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category