Vidyalelo
C# Programming · Q45

Delegates and Events in C Sharp

Programming · C# Programming · question 45

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board