What is Static Binding and Dynamic Binding? Which is preferred? Why?
Muhammad Imran Ansari
Static binding happens when the code is compiled, while dynamic bind happens when the code is executed at run time. The term binding, static and dynamic, are basic concepts in C# programming.
preference is defends on requirement needs