Which of the following is not correct for delegates?

Options
- It provides the functionality behind events.
- It is a strongly typed function pointer.
- It can be used to invoke a method without making an explicit call to that method.
- It can not be used for creation of association between events and event handlers.


CORRECT ANSWER : It can not be used for creation of association between events and event handlers.

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