nerdexam
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)
  • A
    75% (12)
  • B
    6% (1)
  • C
    6% (1)
  • D
    13% (2)

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice