InterviewSolution
Saved Bookmarks
| 1. |
What Is Meant By Dynamic Binding? |
|
Answer» DYNAMIC BINDING is a binding in which the class association is not made until the object is created at EXECUTION TIME. It is also called as LATE binding. Dynamic binding is a binding in which the class association is not made until the object is created at execution time. It is also called as late binding. |
|