In order for event handlers to be called using delegates, the delegate must ____.
A. be declared with a return type of void
B. include at least two parameter arguments representing the event and object
C. be instantiated in the application as a delegate
D. maintain a list of the registered event handlers for the event
Answer: D
You might also like to view...
What does the InterestCheckingAccount class of Figure 1.14 inherit from the BankAccount class?
What will be an ideal response?
What is wrong in the following code?
```
#include