How should you call the Truck Class implementation of the brake () method?

You have a class named Truck that inherits from a base class named Vehicle. The Vehicle class includes a protected method named brake ().
How should you call the Truck Class implementation of the brake () method?
A. Mybase.brake ()
B. Truck.brakef)
C. Vehicle.brake()
D. Me.brake ()

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.