binding of an object to its function call at compile time is
– binding
Answers
Answered by
1
Answer:
Static binding happens when all information needed to call a function is available at the compile-time. Dynamic binding happens when all information needed for a function call cannot be determined at compile-time.
Similar questions