Question: Write a program to maintain a savings account in python. The program should use a class named SavingsAccount with instance variables for the customers name
Write a program to maintain a savings account in python.
The program should use a class named SavingsAccount with instance variables for the customers name and the account balance and two methods named makeDeposit and makeWithdrawal.
The makeWithdrawal method should deny withdrawals that exceed the balance in the account.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
