VB .Net Question:

What is Late Binding and Early Binding?

VB .Net Interview Question
VB .Net Interview Question

Answer:

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


Previous QuestionNext Question
What is MISL CODE?What is the exact defination of Object?