Question: Which statement is true of delegates?

  1. Delegates are not supported in the current version of C#
  2. They cannot be used as callbacks.
  3. Only variables can be passed to delegates as parameters.
  4. They can be chained together.

Answer: The correct answer of the above question is Option D:They can be chained together.