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...


Explain the way messaging works in objective-c?



Explain the way messaging works in objective-c?..

Answer / Shailendra Kumar Mishra

In Objective-C, message passing is the process of sending a message to an object. The message consists of a selector (method name) and arguments, which are passed as objects. An object can respond to a message if it implements the method corresponding to the selector. If it does not, then the message is sent to its superclass until a matching method is found or an error occurs.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

When should you call dealloc method?

1 Answers  


Does objective c have multiple inheritance?

1 Answers  


What are the rules for identifiers?

1 Answers  


How we can layout subviews in a view?

1 Answers  


What is block variable?

1 Answers  


Is python static or dynamic?

1 Answers  


When will you use nsarray and nsmutablearray?

1 Answers  


What is atomic property?

1 Answers  


Explain types of protocol?

1 Answers  


What is the definition of an objective statement?

1 Answers  


What is the purpose of managed object context (nsmanagedobjectcontext) in objective-c and how does it work?

1 Answers  


Is objective c the same as c++?

1 Answers  


Categories