MCQs > IT & Programming > C# > What is the difference between Expression> and Func?

C# MCQs

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

Answer

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

Explanation:

Note: This Question is unanswered, help us to find answer for this one

C# Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C# Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it