Delegates - Programming

Q1:

Which of the following statements are correct about delegates?

A Delegates cannot be used to call a static method of a class.

B Delegates cannot be used to call procedures that receive variable number of arguments.

C If signatures of two methods are same they can be called through the same delegate object.

D Delegates cannot be used to call an instance function. Delegates cannot be used to call an instance subroutine.

ANS:B - Delegates cannot be used to call procedures that receive variable number of arguments.

No answer description is available. Let's discuss.