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 |
What is the difference between #import and #include in objective-c?
What is the difference between objective c and c++?
Is objective c, a dynamic language? True/false, explain.
How dispatch_once runs only once?
Explain the difference between atomic and nonatomic synthesized properties.
What is an example of category?
How to use swift protocol in objective c?
Can you use objective c in swift?
Explain how the class “implementation” is represented in objective-c?
What do you understand by protocol?
How do I create an objective c class in xcode?
What's the difference between a thread safe and a thread unsafe function?