Generic Delegate Quiz
What is correct about Func?
Correct! Wrong!
With Func delegate function should use 'Out' keyword in input parameter
Correct! Wrong!
What is the return type of below func? Func(double, int, bool, byte) obj1
Correct! Wrong!
Can we pass ref input parameter in func?
Correct! Wrong!
What is correct about Action?
Correct! Wrong!
How many input parameters we can pass to action?
Correct! Wrong!
Action method cannot be used with lambda expression
Correct! Wrong!
How many input parameters we can pass to predicate?
Correct! Wrong!
Can predicate return int value?
Correct! Wrong!
Predicate can be used with Anonymous methods?
Correct! Wrong!
Generic Delegate Quiz
Result
Beginner You need to work hard on basic Here is the tutorial on Generic Delegates
Result
Intermediate You are good but there is work to be done Here is the tutorial on Generic Delegates
Result
Pro You are excellent Learn More on Generic Delegates