0% found this document useful (0 votes)
11 views1 page

Bank

The proposed project is a bank management system that allows users to perform banking tasks like creating accounts, depositing and withdrawing money, checking balances, modifying and searching accounts, and closing accounts. It uses arrays to store account information instead of file handling, and inheritance to access accounts. The system aims to more easily and quickly handle banking data compared to a manual system through features like searching, depositing, withdrawing, and account modification. Tasks for the project are divided among group members.

Uploaded by

Muhammad Haris
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

Bank

The proposed project is a bank management system that allows users to perform banking tasks like creating accounts, depositing and withdrawing money, checking balances, modifying and searching accounts, and closing accounts. It uses arrays to store account information instead of file handling, and inheritance to access accounts. The system aims to more easily and quickly handle banking data compared to a manual system through features like searching, depositing, withdrawing, and account modification. Tasks for the project are divided among group members.

Uploaded by

Muhammad Haris
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Description:

The proposed project from our group is bank management system. Our software will enable the
user to perform various banking task like creat account, withdraw amount, deposite amount,
balance enquiry, modify an account, search an account and close an account. Bank will keep all
thr record of its employee.

Coding:
In this project we use arrays in the place of file handling to create the accounts, inheritance use
to access the accounts that we ctreate in Arrays. Methods & loops for searching process that
can search the accounts.

Features:
 Create Accounts
 Deposite amount
 Withdraw amount
 Modify an account
 Delete an account
 All account holder
 Balance Enquiry
 Search an account
 Exit

Need of Project:
Data handling is not easy in manual way so we need to handle data in proper way in less time
when we handle data in manual way then it take much more time and needs much complex
calculations. So, this project is used to handle the data easy.

Division of Projrct:
Aqsa Faraz: Balance enquiry and all account holder.

M.Haris: Modify an account and delete an account.


M.Faisal Raouf: Create an account, Deposite amount, withdraw amount and exit.

You might also like