ASP NET Questions


Q.  Which of the following are correct? 1. Delegates are like C++ function pointers. 2. Delegates allow methods to be passed as parameters. 3. Delegates can be used to define callback methods. 4. Delegates are not type safe.

a. 1,3,4
b. 1,2,3
c. 2,3,4
d. All of the above



 
 

    Discussion

Post your comment / Share knowledge