VB Dot Net Developer Question:

Explain about Delegate?

VB .Net Developer Interview Question
VB .Net Developer Interview Question

Answer:

A delegate is defined as an object that can refer to a method. Whenever a delegate is assigned to a method, it behaves exactly like that method.


Previous QuestionNext Question
Explain Enumerator?Explain about Globalization?