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


Can you please explain the way messaging works in objective-c?



Can you please explain the way messaging works in objective-c?..

Answer / Rajni Kant Kumar

Messaging is a fundamental concept in Objective-C that enables communication between objects. Objects send and receive messages to invoke methods, which are implemented as part of classes. When an object receives a message it doesn't understand, it forwards the message to its superclass until the method is found or the search ends at NSObject. Messaging in Objective-C follows the concept of dynamic dispatching, where the actual method implementation is determined at runtime based on the receiving object's class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

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

1 Answers  


Why create a custom view?

1 Answers  


Is c++ objective c?

1 Answers  


What are the classifications of property?

1 Answers  


What is super in objective c?

1 Answers  


What is a .m file in xcode?

1 Answers  


What is the difference between a script file and a function matlab?

1 Answers  


What does nonatomic mean?

1 Answers  


How do I create a bridge header in objective c?

1 Answers  


What is inheritance in objective c?

1 Answers  


What is differences between nsnull and nil in objective c?

1 Answers  


What is instancetype?

1 Answers  


Categories