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)- A12% (7)
- B80% (47)
- C5% (3)
- D3% (2)
Community Discussion
No community discussion yet for this question.