What is nsarray objective c?
Answer / 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 |
Does objective c have multiple inheritance?
Is objective c better than swift?
What is instancetype?
How to use swift protocol in objective c?
How to make a code snippet thread safe?
What is the purpose of managed object context (nsmanagedobjectcontext) in objective-c and how does it work?
How to convert objective c project to swift?
Is objective c hard?
Is objective c difficult?
When should you call dealloc method?
Does objective c support multiple inheritance?
How to sort array of dictionary in objective c?