what is the difference between runtime binding and compile time binding

Answer: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.

No comments: