2.
What is the purpose of the GetInvocationList() method associated with delegates in C#?

3.
What is a callback function in the context of delegates and events in C#?

5.
What is the purpose of the Invoke() method associated with delegates in C#?

7.
What is the purpose of the Action delegate in C#?

9.
What is the difference between delegates and interfaces in C#?

10.
What is an anonymous method in C#?