1.

Briefly explain about dynamic binding.

Answer»

In OOPs dynamic binding refers to linking a procedure call to the code that will be executed only at run time. The code associated with the procedure in not known until the program is executed, which is also known as late binding.



Discussion

No Comment Found