OOPmicroproject
OOPmicroproject
OOPmicroproject
EDUCATION
MICRO PROJECT
REPORT BOOKLET
NAVJEEVAN POLYTECHNIC
BHANDUP [W]
GROUP DETAILS
Bhumi Baswar
th
4 Implementation Prajwal Yadav
Srushti Gurav
5th Check Validation and Bhumi Baswar
Execution of Code Prajwal Yadav
6th Compilation of Report and Bhumi Baswar
Representation Prajwal Yadav
Srushti Gurav
7th Actual Presentation & Bhumi Baswar
Final submission of Micro Prajwal Yadav
project Srushti Gurav
_______________________ ___________________
INDEX
Academic Year :- 2022-2023
Name of Faculty :- Mrs. Nilofar Mulla .
Program Code :- Computer Engineering (CO3I).
Course & Course Code :- Object Oriented Programing (22316).
Roll No.____________ Enrollment No.___________________
Semester :- III. Name of Candidate:- ________________________
SR CONTENT PAGE NO
NO.
1. Brief Description 1
2. Aim of Micro-project 2
8. Conclusion 7
10. Annexure IV 9
-
❖ Brief Information :-
Bank Management System is based on a concept of recording customer’s
account details. Here the user can perform all the tasks like creating an account,
deposit amount, withdraw amount, check balance, view all account holders
detail, close an account and modify an account. There’s no login system for this
project. All the main features for banking system are set in this project.
Talking about the features of the Bank Management System, a user can
create an account by providing the name of the account holder, account number,
select amount type whether its Saving account or Current account and providing
an initial amount. Then the user can also deposit and withdraw money just by
providing his/her account, then the system displays his/her profile and entering
an amount. For certain purpose, he/she can also check for the balance inquiry
which displays the account holder’s name with account number type and
amount. He/she can also check for all the account holder’s list. Another feature
is that the user can also close their account by providing their account number
and he/she can modify their account detail and type if they want to.
This project uses classes and file handling features of C++. In order to store
all the user’s data, an external file (DAT file) is created by the system, so every
time we get into the system we can operate with the existing accounts. Bank
Management System is developed using C++ Programming Language and
different variables, strings have been used for the development of it. Bank
Management System in C++ Programming with source code is free to
download. Use for educational purposes only! This project provides the
simplest system for managing banking system.
❖ Aim of Micro Project :-
• Manages all the records of the users and their account details.
• This system will automate all the working of Bank.
• This automated system will be able to store records without paper and
will be able to consume less time.
• It will simplify Bank’s work.
• This system can maintain huge number of Bank records including User
name, Address, account type, and activities like opening account,
withdraw money, deposite money, Available balance, Account details.
• Grab the idea for the project along with its requirement.
• Plan the project roughly.
• Discuss about the entries provided for the user in the project.
• Start to build the project i.e. applications/system with the small parts of
it.
• Import the proper packages needed for the project.
• Make the use for inheritance.
• Store the data or matter of the project in the file, also retrieve it.
• Thus, the project is made successfully.
❖ RESOURCES REQUIRES: -
❖ ACTION PLAN :-
Bhumi Baswar
th
4 Implementation Prajwal Yadav
Srushti Gurav
5th Check Validation and Bhumi Baswar
Execution of Code Prajwal Yadav
6th Compilation of Report and Bhumi Baswar
Representation Prajwal Yadav
Srushti Gurav
7th Actual Presentation & Bhumi Baswar
Final submission of Micro Prajwal Yadav
project Srushti Gurav
Then if user want to continue the procerdure he will press ‘Y’ and if he
wants to exit he will press ‘N’.
Deposite Money :-
In this option user entered the amount he want to deposite.after depositing the
amount it will display the avaialable balance present in their account.
Then if user want to continue the procerdure he will press ‘Y’ and if he wants to
exit he will press ‘N’.
Withdraw Money :-
In this option user entered the amount he wants to withdraw from their accout.
After withdrawing money it will display Available balance in their account.
Then if user want to continue the procerdure he will press ‘Y’ and if he wants to
exit he will press ‘N’.
Display Account :-
Then if user want to continue the procerdure he will press ‘Y’ and if he wants to
exit he will press ‘N’.
OUTPUT:
CONCLUSION: