What is difference between array and nsarray?
Answer / 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 |
Why swift is better than objective c?
Is objective c similar to java?
Who calls dealloc method? Can we implement dealloc in arc?
What is difference between array and nsarray?
Is objective c open source?
Can you retain delegates?
What are class b properties?
Are callbacks closures?
When might you use a cfarray/dictionary instead of a nsarray/dictionary?
What is lazy var?
What is property in objective c?
What is protocol in networking?