Home / Questions / What is Dynamic Binding(late binding)?
Explanatory Question

What is Dynamic Binding(late binding)?

👁 1,170 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

Binding refers to the linking of a procedure call to the code to be executed in response to the call. Dynamic binding means that the code associated with a given procedure call is not known until the time of the call at run-time.