How should you call the Glass class implementation of the break() method?

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?
A. Glass.break()
B. Window.break()
C. Me.break()
D. MyBase.break()

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.