Microsoft
98-361 · Question #381
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…
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
How the community answered
(16 responses)- A75% (12)
- B6% (1)
- C6% (1)
- D13% (2)
Community Discussion
No community discussion yet for this question.