Answer Posted / Ekta Sharma
"NSArray in Objective-C is a collection of objects. It's an immutable array, meaning once the elements are set they cannot be changed. It conforms to the NSMutableArray protocol, which allows you to perform mutating operations by using methods such as addObject: and removeObjectAtIndex:"
| 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