Solved

Which of the Following Is an Example of a Lambda

Question 34

Multiple Choice

Which of the following is an example of a lambda expression?


A) int x = x * factor;
B) IntCalculator = new divider(x, 2) ;
C) IntCalculator multiplier = x -> x * factor;
D) Any of these are examples of a lambda expression.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions