What is hashable?
Answer / Saurabh Kumar Gangwar
In Objective-C, a hashable object can be added to NSDictionary or NSSet. It must implement the NSCopying and NSHash protocols.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you please explain the way messaging works in objective-c?
What is objective c vs c?
What does @synchronized() do?
What is property classification?
What is difference between null and nil?
What is ivar objective c?
What does alloc mean in objective c?
How to initialize nsmutabledictionary in objective c?
What is difference between objective c and c?
How to create thread in objective c?
Mention which class can you use for parsing of xml in iphone?
How to declare variable in objective c?