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 |
Can delegates be retained?
Is reference counting garbage collection?
What is synchronized() block in objective c?
How to convert nsnumber to nsstring in objective c?
What’s the contrast between active, inactive, not-running, background and suspended execution states?
Does objective-c contain private strategies?
What is m file?
Is a fact objective?
How different is objective c from swift?
Is objective-c is used in window also?
What is objective c?
What is difference between method and constructor?