What is the difference b/n run time binding and compile time binding?
When the address of functions are determined a run time than it is called run time or dynamic binding or late binding.While when the address of functions are determined a compile time than it is called compile time or static binding or early binding.
in compile time binding, memory is allocated during compile time and in runtime binding, memory is allocated during runnin the program