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 |
What is nsstring?
What is an objective statement?
What do you mean by @synthesize and @dynamic in the objective-c? And also explain what do you mean by synthesized in objective-c?
How to use swift protocol in objective c?
What is .h and .m file in xcode?
What is instance variable objective c?
Who introduced objective-c & when?
What are the different types of protocols?
What is parsing? Mention which class can you use for parsing of xml in iphone?
How dispatch_once runs only once?
What are objective c properties?
What is meant by not thread safe?