A base class contains a method named GetTax. Which of the following procedure headers can be used

Question:

A base class contains a method named GetTax. Which of the following procedure headers can be used in the derived class to indicate that it is providing its own code for the method?

a. Public Inherits Sub GetTax()

b. Public Overridable Sub GetTax()

c. Public Overrides Sub GetTax()

d. Public Overriding Sub GetTax()

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: