A good answer might be:The blanks are filled in, below. | ||
Adding the InterfaceThe child class Food extends the parent class. It uses super to use the parent's constructor and the parent's display method.
Here is the concept of Taxable:
The final says that what follows is a constant, not a variable (variables are not allowed in interfaces.) In fact, the final can be omitted since the identifier that follows will automatically be a constant. The " = value " cannot be omitted. | ||
QUESTION 8:Fill in the blanks. Click Here after you have answered the question |