Vidyalelo
C# Programming · Q19

Delegates and Events in C Sharp

Programming · C# Programming · question 19

Q19

Which delegate type is used to represent methods that take no parameters and return a value in C#?

A.
EventHandler
B.
Predicate
C.
Action
D.
Func
Answer

Answer: Option D

Solution

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