Q45
Which among the following is the correct statement about delegate declaration? delegate void del(int i);
A.
on declaring the delegate, a class called del is created
B.
the del class is derived from the MulticastDelegate class
C.
the del class will contain a one argument constructor and an invoke() method
D.
all of the mentioned
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board