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 |
Can delegates be retained?
What’s the contrast between utilizing a delegate and warning?
Explain what is the principle distinction between the function calls and messages?
What is enum constant?
Is objective c statically typed?
When will you use nsarray and nsmutablearray?
What is an example of tangible property?
What are the classifications of property?
What is nonatomic in objective c?
What can’t we put into an array or dictionary?
When should you call dealloc method? Is it possible to implement dealloc in arc?
How do you define a protocol?