How messaging works in objective-c?
Answer / Chandani Gupta
In Objective-C, messaging is used to send a message (method call) to an object. When you call a method on an object, the object's class looks for a matching method implementation and executes it.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a category in objective c?
How dispatch_once runs only once?
What is a process and thread?
Explain how to call a function in objective-c?
What is a goal and objective?
What is synthesize objective c?
How to initialize nsmutabledictionary in objective c?
Mention which class can you use for parsing of xml in iphone?
Tell us the result when you invoke a particular method on a nil pointer?
Does a thread created using performselectorinbackground:withobject: creates its own autorelease pool?
Tell me about important protocol being used in objective c?
What are the three main types of property?