VB .Net Question:

What is Late Binding and Early Binding?

Answer:

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

Read All 69 VB .Net Questions
Previous QuestionNext Question
What is MISL CODE?What is the exact defination of Object?