This video will helpful to understand java programs with Demo
& crack interviews in top IT companies
Binding
Static and Dynamic Binding
Difference between Static and Dynamic Binding
static binding
When type of the object is determined at compiled time(by the compiler), it is known as static binding.
If there is any private, final or static method in a class, there is static binding.
Dynamic binding
When type of the object is determined at run-time, it is known as dynamic binding.