Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle RMAN For Absolute Beginners

Authors: Darl Kuhn

1st Edition

1484207637, 9781484207635

More Books

Students also viewed these Databases questions