Question: Using python programming language write the following code: Define the following class 1)the class cistomerlnf to store the following operations a)set the name and retrieve

Using python programming language write the following code: Define the following class 1)the class cistomerlnf to store the following operations a)set the name and retrieve the name b)set the workplace and retrieve the the workplace. 2)The class BankAccount to store a bank coustomers account number(int),salary and balance(double) This class provide the following operations a)set the account number and retrieve the insert rate b)calculate and retrieve the loan amount c)set and retrieve the loun duration d)set and retrieve the payment - Add approtiate constructors for each class ** using all classes above to write aprogram for a local bank to automate the following daily operations *store customer data :first and last Name ,workplace,salary ,Account Number . *Queries : -Balance (Account Number,Customer Name). -Loan Information:(Account Number,customer Name ,Loan amount,payment). *loan calculation: -insert rate ((1y-3y:5\%),(4y-6y:6\%). (More than 6y:7.5\%)). -loan payments,time duration (year). *withdraw and deposite (Account Number,CustomerName,Amount). Cconditions: -Date validation -Name validation -use Dynamic array overloading. -Derive classes as needed(mandatory). Sample: Bank* Select your option(1-5): 1-new Account 2-Deposite OR Withdraw 3-Queries 4-Loan calculator 5 -Exit NOTES IN THE PROGRAM 1-Write a comment in every process 2-At the end you have to write a Explanation and clarification of every thing
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
