Question: with computer series Question 5 Not yet answered interface Taxable { public abstract void displayTax(); double taxi Marked out of 100 p Flag question )

Question 5 Not yet answered interface Taxable { public abstract void displayTax(); double taxi Marked out of 100 p Flag question ) abstract class Product { private String name; private double price; public abstract double getPrice () [ } } class Game extends Product extends Taxable Select one: . 1) double tax = 9; 2) public abstract double getPrice(); 3) class Game extends Product implements Taxable O. 1) double tax = 9; 2) public double getPrice(); 3) class Game extends Product Taxable c. 1) double tax = 16; 2) public abstract double getPrice(; 3) class Game implements Taxable, Product Od 1) double tax = 16; 2) public double getPrice(): 3) abstract class Game extends Product implements Taxable 1) double tax = 20; 2) public abstract double getPrice() { return 17:) 3) abstract class Game
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
