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
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
3.41 Rating (160 Votes )
There are 3 Steps involved in it
c Publ... View full answer
Get step-by-step solutions from verified subject matter experts
