Question:What is the difference between Expression<Func<T>> and Func<T>? 

A There is no difference between the two. 

B Func<T> denotes a delegate, while Expression<Func<T>> denotes a tree data structure for a lambda expression. 

C Func<T> denotes a function with parameter of dynamic type, while Expression<Func<T>> denotes a lambda expression. 

D None of these. 

+ Answer
+ Report
Total Preview: 781

Copyright © 2024. Powered by Intellect Software Ltd