Delegates And Events In C Sharp - Study Mode

[#26] What is the purpose of the EventInfo.GetAddMethod method in C#?
Correct Answer

(C) Retrieves the method used to add event handlers

[#27] In C#, what is the purpose of the BeginInvoke and EndInvoke methods associated with delegates?
Correct Answer

(D) To perform asynchronous invocation of delegate methods

[#28] To implement delegates, the necessary condition is?
Correct Answer

(A) class declaration

[#29] Which among the given classes is present in System.Collection.Generic.namespace?
Correct Answer

(A) Stack

[#30] Choose the incorrect statement among the following about the delegate?
Correct Answer

(D) none of the mentioned