Cop-2800 final project | Computer Science homework help

 

COP-2800 Final Project

Release: Monday, March 9, 2020

Due Date: Sunday, April 26, 2020 at 11:59pm 

Design an abstract class named BankAccount to hold the following data for a bank account:

  • Balance
  • Number of deposits this month
  • Number of withdrawals
  • Annual interest rate
  • Monthly service charges

The class should have the following methods:

Constructor:   The constructor should accept arguments for the balance and annual interest rate

deposit:       A method that accepts an argument for the amount of deposit. The method should add the argument to the account balance. It should also increment the variable holding the number of deposits.

withdraw:     A method that accepts an argument for the amount of the withdrawal. The method should subtract the argument from the balance. It should also increment the variable holding the number of withdrawals.

calcInterest:        A method that updates the balance by calculating the monthly interest earned by the account, and adding this interest to the balance. This is performed by the following formulas:

  • Monthly Interest Rate = (Annual Interest Rate/12)
  • Monthly Interest = Balance * Monthly Interest Rate
  • Balance = Balance + Monthly Interest

monthlyProcess:    A method that subtracts the monthly service charges from the balance, calls the calcInterest method, and then sets the variable that hold the number of withdrawals, number of deposits and monthly service charge to zero.

Next, design a SavingAccount class that is a subclass of the BankAccount class.  The SavingAccount class should have a status field to represent an active or inactive account. If the balance of a savings account falls below$25, it becomes inactive. (The status field could be a Boolean variable.) No more withdrawals can be made until the balance is raised above $25, at which time the account becomes active again. The  savings account class should have the following methods:

withdraw:     A method that determines whether the account is inactive before a withdrawal is made. No withdrawal will be allowed if the account is not active. A withdrawal is then made by calling the super-class version of the method.

deposit:       A method that determines whether the account is inactive before a deposit is made. If the account is inactive and the deposit brings the balance above $25, the account becomes active again. The deposit is then made by calling the super-class version of the method.

monthlyProcess:    Before the super-class method is called, this method checks the number of withdrawals. If the number of withdrawals for the month is more than 4, a service charge of $1 for each withdrawal above 4 is added to the super-class fields that holds the monthly service charges. (Don’t forget the check the account balance after the service charge is taken. If the balance falls below $25, the account becomes inactive.)

Now write driver class to demo/test your code of the BankAccount and SavingAccount. Display the result via the standard output screen and file output as well.

The last part is to design and create a Graphical User Interface (GUI) using JavaFX to test those method/behaviors of the BankAccount, SavingAccount classes.

Also, you need to write a reflection report about your learning experience in this class as well as working on this final project. The written part should be 2 pages or more.

Grading scale: 75% for implementing the 3 java files that represent 3 classes: BankAccount class, SavingAccount class and the Driver class.

25% for implementing the Graphical User Interface using JavaFX.

Submission instruction: Once you are completed, you should place all your .java files of this project and the .docx report file into a folder named “Your Name COP2800 Final Project” and then make sure you compress the folder into .zip file only (DO NOT create .rar file) before submitting it via blackboard learn management system. 
Note: If any submission that I receive a .rar file, then it will be considered a wrong file and automatically receive a zero grade for this project.







Calculate Your Essay Price
(550 words)

Approximate price: $22

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more

Order your essay today and save 10% with the coupon code: best10