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 |
What is hashable?
What are the differences between copy and retain?
What is abi stability?
How to create thread in objective c?
What is enum constant?
Explain how to call function in objective-c?
Does objective c support multiple inheritance?
What is retain count?
What are the classifications of property?
What is nsmutabledictionary?
What is difference between objective c and c?
What is differences between nsnull and nil in objective c?