Question:Define dynamic, static, custom and language binding?
Answer Dynamic binding :Dynamic binding defers binding—the process of resolving types, members, and operations—from compile time to run-time.Static binding : It is defined as, when we compile our program and an object type is determined then it is known as static binding or early binding.Custom binding : Defines a binding from a list of binding elements.Language binding : Language binding occurs when a dynamic object does not implement IDynamicMetaObjectProvider
+ Report
Define dynamic, static, custom and language binding?