What is the difference between static binding and dynamic binding?
Answers
Answered by
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
the linkage of the function with its caller program during runtime is dynamic binding
Similar questions