Question
$10.00 java help homework
- From Computer-Science: Object-Oriented-Programming , Computer-Science: Programming-Methods
- Closed, but you can still post tutorials
- Due on Jun. 09, 2009
- Asked on Jun 06, 2009 at 5:27:24PM
Q:
Using the principle of polymorphism provide implementation for the calculateFees() method for each Online Fax Subscription type.
Subscription is the superclass for the Online Fax Subscription hierarchy. Trial, Basic, and Premium are subclasses of Subscription. All subscriptions have first and last names, email address, and subscription start date. Trial has number of faxes sent attribute. Basic has monthly fee attribute. Premium has monthly fee attribute and number of faxes received. Premium packages are the only subscription that allows incoming efaxes.
Trial calculateFees() returns the number of Faxes sent multiplied by .50.
Basic subscription calculateFees() returns the monthly rate.
Premium calculateFees() returns the monthly rate + faxes received multiplied by .20.
The beginning of the code and all its classes are attached in the file, using the instructions above, finish the code with them and done
Subscription is the superclass for the Online Fax Subscription hierarchy. Trial, Basic, and Premium are subclasses of Subscription. All subscriptions have first and last names, email address, and subscription start date. Trial has number of faxes sent attribute. Basic has monthly fee attribute. Premium has monthly fee attribute and number of faxes received. Premium packages are the only subscription that allows incoming efaxes.
Trial calculateFees() returns the number of Faxes sent multiplied by .50.
Basic subscription calculateFees() returns the monthly rate.
Premium calculateFees() returns the monthly rate + faxes received multiplied by .20.
The beginning of the code and all its classes are attached in the file, using the instructions above, finish the code with them and done
Program modified as you needed - A+ sure
- This tutorial was purchased 2 times and rated A+ by students like you.
- Posted on Jun 06, 2009 at 5:57:16PM
Posted by :
A:
Preview: ... scription program ...
Attachments:
MFrazer_P2db2_Completed.zip (356K)
The full tutorial is about 15 words long plus attachments.

Attachments: