Question: 4. The Salaried class is derived from a base class named Employee. Which of the following statements can be used by the Salaried class to
4. The Salaried class is derived from a base class named Employee. Which of the following statements can be used by the Salaried class to invoke the Employee class’s default constructor?
a. MyBase.New()
b. MyEmployee.New()
c. Call Employee.New
d. none of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
