c++ dynamic binding

dynamic binding means that the code associated with a given procedure is not known until the time of the call at run time.
Dynamic binding refers to the linking of a procedure call to the code at run-time.

Post a Comment

If you have any doubts, Please let me know
Thanks!

Previous Post Next Post