implement bank using python programming
Posted
by prajakta
on Stack Overflow
See other posts from Stack Overflow
or by prajakta
Published on 2010-04-18T02:02:28Z
Indexed on
2010/04/18
2:03 UTC
Read the original article
Hit count: 286
python
Write software for a bank. The program should be menu driven with the facility for bank employees to perform various operations. It should be written using all concepts of Object Oriented programming. You should be able to save your data in a file and read it back (because the bank people will shut down their computers when they go home :p )
Guidelines: The program may select to implement classes like Bank, Account, Savings Account, Fixed Deposit account, Customer, Depositor, Borrower, Transaction, etc.
© Stack Overflow or respective owner