

MCQOPTIONS
Saved Bookmarks
1. |
Which among the following is the correct statement about delegate declaration ? |
A. | ; |
B. | on declaring the delegate, a class called del is created |
C. | the del class is derived from the MulticastDelegate class |
D. | the del class will contain a one argument constructor and an invoke() method |
Answer» E. | |