Choose the correct statement about a delegate in VB.NET

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


CORRECT ANSWER : All of the above statements are correct for a delegate

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement