Page 1 of 1

*** NEED A PERFECT CODE FOR VISUAL STUDIO *** Create an Inheritance hierarchy that a bank may use to represent customer'

Posted: Sun May 15, 2022 12:20 pm
by answerhappygod
*** NEED A PERFECT CODE FOR VISUAL STUDIO ***
Create an Inheritance hierarchy that a bank may use to represent
customer's bank accounts (Checking and Savings).
All the bank customers can deposit (Credit) money into their
account and/or withdraw (debit) money from their account.
Create necessary classes and Java application to use and test these
classes.