Vidyalelo
C# Programming · Q4

Delegates and Events in C Sharp

Programming · C# Programming · question 4

Q4

In C#, which delegate type is used to represent methods that do not return a value and do not take any parameters?

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

Answer: Option C

Solution

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