June 9, 2009
Is dynamic binding used in interfaces?

Recently I have noticed that not that many OO developers know the real difference between dynamic binding and polymorphism, specially when working with interfaces in Java and C#.

Intro

For a…