1.

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» E.


Discussion

No Comment Found