0
votes
1answer
109 views
What is the difference between c++ dynamic binding and java dynamic binding?
What is the difference between c++ dynamic binding and java dynamic binding?
2
votes
5answers
720 views
Dynamic Binding in C++
I need some clarification on dynamic binding in C++ .I'm confused about the following:
In C you can have an array of function pointers & assign different functions of the same signature & …
