Question:Why is it a bad practice to use iteration variables in lambda expressions? 

A Iteration variables can cause problems with accessing a modified closure. 

B Iteration variables are passed by value, which produces unexpected results. 

C Iteration variables are passed by reference, which produces unexpected results. 

D It is perfectly valid to use iteration variables in lambda expressions. 

+ Answer
+ Report
Total Preview: 955

Copyright © 2024. Powered by Intellect Software Ltd