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
AnswerD.
EventHandler
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board