Question:What is an Action delegate? 

A An Action is a delegate to a method, that takes zero, one or more input parameters, but does not return anything. 

B An Action is a delegate to a method, that takes zero, one or more input parameters, but always returns a boolean value. 

C An Action is a delegate to a method that takes one or more input parameters, but does not return anything. 

D An Action is a delegate to a method that takes one or more input parameters, but always returns a boolean value. 

+ Answer
+ Report
Total Preview: 831

Copyright © 2024. Powered by Intellect Software Ltd