Computer Science, asked by anuj, 1 year ago

What is the difference between static binding and dynamic binding?

Answers

Answered by dilipkumarprinp4e6xm
2
the linkage of the function with its caller program at the time of creating program's logic is static binding
the linkage of the function with its caller program during runtime is dynamic binding
Similar questions