Computer Science, asked by omkar007mm93, 9 months ago

binding of an object to its function call at compile time is
– binding ​

Answers

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