nerdexam
Microsoft

98-361 · Question #218

You have a class named Glass that inherits from a base class named Window. The Window class includes a protected method named break(). How should you call the Glass class implementation of the…

The correct answer is B. Window.break(). See the full explanation below for the reasoning.

Question

You have a class named Glass that inherits from a base class named Window. The Window class includes a protected method named break(). How should you call the Glass class implementation of the break() method?

Options

  • AGlass.break()
  • BWindow.break()
  • CMe.break()
  • DMyBase.break()

How the community answered

(59 responses)
  • A
    12% (7)
  • B
    80% (47)
  • C
    5% (3)
  • D
    3% (2)

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice