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 |
What is a class in xcode?
What is the difference between typedef and enum?
How do you write an objective summary?
Is objective c better than swift?
How messaging works in objective-c?
Tell us the result when you invoke a particular method on a nil pointer?
What is protocol in networking?
Can you differentiate polymorphism from abstraction?
What happens if you add your just created object to a mutable array, and you release your object?
What is the function of the category?
Is nsobject a parent class or a derived class?
What is difference between null and nil?