Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How messaging works in objective-c?



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

Post New Answer

More Objective-C Interview Questions

Can delegates be retained?

1 Answers  


What’s the contrast between utilizing a delegate and warning?

1 Answers  


Explain what is the principle distinction between the function calls and messages?

1 Answers  


What is enum constant?

1 Answers  


Is objective c statically typed?

1 Answers  


When will you use nsarray and nsmutablearray?

1 Answers  


What is an example of tangible property?

1 Answers  


What are the classifications of property?

1 Answers  


What is nonatomic in objective c?

1 Answers  


What can’t we put into an array or dictionary?

1 Answers  


When should you call dealloc method? Is it possible to implement dealloc in arc?

1 Answers  


How do you define a protocol?

1 Answers  


Categories