Delegates And Events In C Sharp - Study Mode

[#36] Which of the following statements is correct about a delegate?
Correct Answer

(C) delegates provides wrappers for function pointers

[#37] The 'ref' keyword can be used with which among the following?
Correct Answer

(A) Static function/subroutine

[#38] Select the type argument of an open constructed type?
Correct Answer

(C) Gen<>

[#39] Select the modifiers which control the accessibility of the delegate?
Correct Answer

(D) all of the mentioned

[#40] Choose the incorrect statement about delegates?
Correct Answer

(A) delegates are not type safe