Vidyalelo
C# Programming · Q11

Delegates and Events in C Sharp

Programming · C# Programming · question 11

Q11

In C#, what is the purpose of the Action delegate?

A.
Represents a delegate that encapsulates a method that takes no parameters and does not return a value
B.
Represents a delegate that encapsulates a method that takes no parameters and returns a value
C.
Represents a delegate that encapsulates a method that has two parameters and returns a value
D.
Represents a delegate that can encapsulate a method with a single parameter and does not return a value
Answer

Answer: Option D

Solution

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