Answer Posted / Aishwarya Jaiswal
NSArray is used when the array's content is read-only, while NSMutableArray is used when the array's content can be modified. NSArray is immutable, so once it is created, its contents cannot be changed, whereas NSMutableArray allows you to add and remove objects from the array.
| 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