EECS 1030 Z, Summer 2015

RewardCard

 

Your Task

Create a class named "RewardCard", that implementes this API. Note that RewardCard extends CreditCard. When writing your code make use of the inherited features by using super when applicable.

Generate your Javadoc and compare it with the provided one. They should be similar.

You may use the tester class shown here to test your code. Ensure that you what this code does and how it works.

 

 

--- End of Exercise ---