A good answer might be:The class is completed below. | |
Adding the Remaining ClassThe constant taxRate is used in the calculateTax() method just as if it had been defined in the Toy class. Also, it can be used in methods of the class other than those listed in the interface.
The CalculateTax() method must be made public. | |
QUESTION 10:Can another class implement the Taxable interface? Click Here after you have answered the question |