Whats the difference between NSArray and NSMutableArray?
Answer Posted / maanya
NSArrayʼs contents can not be modified once itʼs been created whereas a NSMutableArray can be modified as needed, i.e items can be added/removed from it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is managed object context and what are its functions?
Explain the difference between inheritance and category?
what are the new features in Xcode 6?
What is the viper?
What are the benefits of swift over objective-c ?
What skills are required for ios developer?
How to edit iphone code
What are the Different types of persistent stores?
what is Xcode command line tools package?
How to convert MVC design pattern to MVVM design patterns
What are layer objects?
What are moments and collections?
what is the method for preventing the quicktime player from capturing streaming videos of ios 8 apps on yosemite while screen recording is on?
What is the difference between synchronous & asynchronous task in ios?
What is messaging? What is message forwarding?