Discussion :: Delegates
-
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.
|
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment