Question: In java please The class Account was defined earlier in Chapter 9 to model a bank account. The Account class has the properties accunt number,
In java please

The class Account was defined earlier in Chapter 9 to model a bank account. The Account class has the properties accunt number, balance, annual interest rate and date created. Also, methods for deposit and withdrawl of funds. a. Using UML notation, design two subclasses from Accounts. It will be CheckingAccount t hat will have with an overdraft limit and SavingAccount with property that it can't be overdrawn. b. Implement your UML design in part (a) above in two Java classes. c. Write a test program that will: - Create three objects ; each of Account, CheckingAccount and SavingAccount then invoke the tostring() method of each object
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
