Wht is dynamic binding..??
Answers
Answered by
2
______________________________
★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
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