Question: Banking Account Hey guys , using python Create a class called Account which will be an abstract class for three other classes called CheckingAccount, SavingsAccount
Banking Account
Hey guys , using python
Create a class called Account which will be an abstract class for three other classes called CheckingAccount, SavingsAccount and BusinessAccount. Then you should manage credits and debits from these accounts through an ATM style program.(created using wxpython)
To tackle this project, first consider what has to happen.
- There will be three different types of bank account (Checking, Savings, Business)
- Each account will accept deposits and withdrawals, and will need to report balances
- Create a GUI for the program using wxPython.
- added sound or voice interaction to the code
example:
Welcome to 24-hour ATM service. Insert your card.
Enter your customer id number:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
