Quiz Yourself: Delegates and Events
Test your understanding of delegates, events, and built-in delegate types.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Which statement describes an anonymous method in C#?
A.
It is a named method that cannot be invoked directly but must be called through a delegate.
B.
It is an inline code block without a name, assignable to a delegate type.
C.
It is a simplified delegate type that does not support parameters or return values.
D.
It is a specialized method type that runs asynchronously on a background thread by default.
1 / 12