Differentiate between static binding and dynamic binding.
Answers
Answered by
1
Answer:
Explanation:
Static binding happens when all information needed to call a function is available at the compile-time. Dynamic binding happens when the compiler cannot determine all information needed for a function call at compile-time.
Answered by
1
Answer:
Explanation:
Static binding happens when all information needed to call a function is available at the compile-time. Dynamic binding happens when the compiler cannot determine all information needed for a function call at compile-time.
Similar questions