Static Binding
Static vs Dynamic Binding
|
Static binding happens when the code is compiled, while dynamic bind happens when the code is executed at run time. |
|
Static binding happens when the code is compiled, while dynamic bind happens when the code is executed at run time. |
