Question: Create an abstract class DiscountPolicy. It should have a single abstract method computeDiscount that will return the discount for the purchase of a given number
Create an abstract class DiscountPolicy. It should have a single abstract method computeDiscount that will return the discount for the purchase of a given number of a single item. The method has two parameters, count and itemCost.
Step by Step Solution
3.25 Rating (154 Votes )
There are 3 Steps involved in it
abstract class DiscountPolicy public abstract double computeDiscountint count double ite... View full answer
Get step-by-step solutions from verified subject matter experts
