What is dynamic binding?
Answers
Answered by
3
Dynamic binding also called dynamic dispatch is the process of linking procedure call to a specific sequence of code (method) at run-time. It means that the code to be executed for a specific procedure call is not known until run-time. Dynamic binding is also known as late binding or run-time binding.
Answered by
2
Late binding, dynamic binding, or dynamic linkage is a computer programming mechanism in which the method being called upon an object or the function being called with arguments is looked up by name at runtime.
Similar questions
Science,
7 months ago
Accountancy,
7 months ago
Science,
7 months ago
History,
1 year ago
Computer Science,
1 year ago
Social Sciences,
1 year ago