Vidyalelo
C# Programming · Q14

Delegates and Events in C Sharp

Programming · C# Programming · question 14

Q14

What is the purpose of the Func delegate in C#?

A.
Represents a delegate that encapsulates a method that takes no parameters and returns a value
B.
Represents a delegate that can encapsulate a method with one parameter and returns a value
Answer
C.
Represents a delegate that encapsulates a method that takes no parameters and does not return a value
D.
None of the above

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board