Static and dynamic function
Answers
Answered by
0
Answer:
In static binding, the function definition and the function call are linked during the compile-time, whereas in dynamic binding, the function calls are not resolved until runtime. ... Dynamic binding happens when the compiler cannot determine all information needed for a function call at compile-time.
Hope it will help you
Similar questions