Microsoft
98-361 · Question #381
98-361 Question #381: Real Exam Question with Answer & Explanation
The correct answer is A. namespace. See the full explanation below for the reasoning.
Question
You are developing a C# application. You create a class of the name Widget. You use some third-party libraries, one of which also contains a class of the name Widget. You need to make sure that using the Widget class in your code causes no ambiguity. Which C# keyword should you use to address this requirement?
Options
- Anamespace
- Boverride
- Cdelegate
- Dclass
Community Discussion
No community discussion yet for this question.