What is the difference between c++ dynamic binding and java dynamic binding?
            Asked
            
        
        
            Active
            
        
            Viewed 2,993 times
        
    1 Answers
2
            
            
        In C++ dynamic binding is offered via polymorphism, see Dynamic Binding at InformIT.
Here is a stackoverflow discussion on java dynamic binding with nice and simple example.
 
     
    