When using a delegate with a return type and multiple methods attached, which value is returned?
The sum of all method return values
The result of the first method in the list
The result of the last method in the invocation list
No value is returned
This question is part of this quiz :
Delegates and Events in C# Quiz