Kizspy | Question: 38
(Choose 1 answer)
What is the purpose of the Func delegate type in .NET?
A. To represent a method that takes parameters and returns a value.
B. To represent an event handler delegate.
C. To provide an interface for creating custom delegates.
D. Func is not a delegate type in .NET.