Computer Science, asked by jcfjcj, 1 year ago

Wht is dynamic binding..?? ​

Answers

Answered by Anonymous
2

\boxed{Explained\:Answer}

______________________________

★Binding uses Type (a class in Java) information for binding while dynamic binding uses object to resolve binding.

★Overloaded methods are bonded using static binding while overridden methods are bonded using dynamic binding at runtime.

Answered by Anonymous
0

Dynamic binding is the process that links the function call with function signature at run-time i.e., during execution of a program.

hope it helps you....

Similar questions