Microsoft
70-516 · Question #124
To which of the following types can you add an extension method? (Each correct answer presents a complete solution. Choose five.)
The correct answer is A. Class B. Structure (C# struct) D. Enum E. Interface F. Delegate. See the full explanation below for the reasoning.
Question
To which of the following types can you add an extension method? (Each correct answer presents a complete solution. Choose five.)
Options
- AClass
- BStructure (C# struct)
- CModule (C# static class)
- DEnum
- EInterface
- FDelegate
How the community answered
(20 responses)- A70% (14)
- C30% (6)
Community Discussion
No community discussion yet for this question.