Question: Java: An Account class models a bank account. The Account class has the properties account number, balance, annual interest rate, and date created. It also
Java:
An Account class models a bank account. The Account class has the properties account number, balance, annual interest rate, and date created. It also has methods to deposit and withdraw funds. The date created should use a class defined in assignment 1either a Date class or a LongDate class will suffice. The Account class should also be abstract.
Design and write two subclasses of AccountSavingsAccount and CheckingAccount. A checking account has an overdraft limit, but a savings account cannot be overdrawn.
Write a program that creates a SavingsAccount object and a CheckingAccount object, and makes at least two deposits and withdrawals from each account.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
