Answers

Question and Answer:

  Home  VB .Net

⟩ What is Late Binding and Early Binding?

Late Binding: runtime binding

Early Binding: compile time binding as compilation is done before executing an application so it is called early binding.

 163 views

More Questions for you: