Answer Posted / 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 View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category