Question: 2. A base class contains a method named GetTax. Which of the following procedure headers can be used in the base class to indicate that
2. A base class contains a method named GetTax. Which of the following procedure headers can be used in the base class to indicate that a derived class can provide 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
