Solved

Which of the Following Statements Is False

Question 27

Multiple Choice

Which of the following statements is false


A) A delegate variable can hold a reference to any method.
B) The real power of delegates is in passing method references as arguments to methods.
C) A method name can be passed directly to a delegate parameter, rather than first assigning it to a delegate variable.
D) A delegate type is declared by preceding a method header with keyword delegate (placed after any access specifiers, such as public or private) and following the method header with a semicolon.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions