What is Dynamic Binding?

Choosing Functions to call at execution time (run time) or in other words, attaching function call to its definition at run time is known as Dynamic or Late Binding. Dynamic Binding is implemented through Virtual Functions. In dynamic binding, calls to different functions are slower than Static Binding as compiler makes decision of function call at the run time.

More Questions

Leave a Reply

Word Verfication * Time limit is exhausted. Please reload CAPTCHA.