Microsoft
98-361 · Question #218
98-361 Question #218: Real Exam Question with Answer & Explanation
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()
Community Discussion
No community discussion yet for this question.