Saturday 17 December 2011

12. Choose the correct statement about a delegate in VB.NET?


 A. A delegate is a strongly type function pointer
 B. It is a type-safe function pointer
 C. Delegates are used to create associations between events and event handlers in VB.NET
 D. All of the above statements are correct for a delegate
Ans:D