.NET Multiple Choice Questions and Answers

Question

Which of the following statements is incorrect about delegate?

A Delegates are reference types
B Delegates are object oriented
C Delegates serve the same purpose as function pointers in C and pointers to member function operators in C++
D Only one method can be called using a delegate.

Answer & Explanation

Answer: Option [D]