static binding
when type of the object is determined at compile time it is known as static binding.
* Early Binding
* Compile time
* Method overloading
Dynamic Binding
when type of the object is determined at run time it is known as dynamic binding
*Late binding
*Runtime
*Method overriding
Comments
Post a Comment