Question: What prints to the console when this code is executed?

  1. Login successful...
  2. Valid user!
  3. an error, because the method signature of Login doesn't match the delegate
  4. Login successful... Valid user!

Answer: The correct answer of the above question is Option C:an error, because the method signature of Login doesn't match the delegate