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


What is dynamic dispatch method?



What is dynamic dispatch method?..

Answer / Kavindra Singh Thakur

Dynamic dispatching in Objective-C occurs at runtime when a message is sent to an object. It allows the compiler to determine the implementation of a method based on the class of the receiver object, rather than at compile time. This flexibility allows for polymorphism and dynamic behavior in your code.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What is a class in xcode?

1 Answers  


What is the difference between typedef and enum?

1 Answers  


How do you write an objective summary?

1 Answers  


Is objective c better than swift?

1 Answers  


How messaging works in objective-c?

1 Answers  


Tell us the result when you invoke a particular method on a nil pointer?

1 Answers  


What is protocol in networking?

1 Answers  


Can you differentiate polymorphism from abstraction?

1 Answers  


What happens if you add your just created object to a mutable array, and you release your object?

1 Answers  


What is the function of the category?

1 Answers  


Is nsobject a parent class or a derived class?

1 Answers  


What is difference between null and nil?

1 Answers  


Categories