Delegates - Programming

Q1:

Which of the following statements is incorrect about delegate?

A Delegates are reference types.

B Delegates are object oriented.

C Delegates are type-safe.

D Delegates serve the same purpose as function pointers in C and pointers to member function operators in C++.

E Only one method can be called using a delegate.

ANS:E - Only one method can be called using a delegate.

No answer description is available. Let's discuss.