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.

Options
- 1,3,4
- 1,2,3
- 2,3,4
- All are correct


CORRECT ANSWER : 1,2,3

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