Economy, asked by akakumars8615, 1 month ago

Static and dynamic function

Answers

Answered by stanzinchosdon0766
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