• Tutorials
  • Courses
  • Tracks

C# | Delegates | Q-4

Last Updated :
Discuss
Comments

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

Tags:
Share your thoughts in the comments
Article Tags :