Question: 3. A base class contains a method named GetTax. Which of the following procedure headers can be used in the derived class to indicate that
3. 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()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
