Some short research could lead you to this http://en.wikipedia.org/wiki/Late_binding .
Short definition to prevent some dead-linking: Runtime binding is a computer programming mechanism in which the method being called upon an object is looked up by name at runtime.