0% found this document useful (0 votes)
14 views14 pages

Oop Report-2

Uploaded by

riddhikkumbhar23
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)
14 views14 pages

Oop Report-2

Uploaded by

riddhikkumbhar23
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/ 14

MAHARASHTRA STATE BOARD OF TECHNICAL

EDUCATION, MUMBAI

GOVERNMENT POLYTECHNIC, KARAD


COURSE: COMPUTER ENGINEERING
A.Y: 2024-25

MICROPROJECT REPORT ON

BANK MANAGEMENT SYSTEM

Object Oriented Programming Using C++


(313304)

Guided By
Prof. Ms. S. V. Jadhav
Lecturer (Computer Engineering)

GOVERNMENT POLYTECHNIC, KARAD 1


CERTIFICATE

Maharashtra State Board of Technical Education, Mumbai


Certificate of Completion of Micro-Project

This is to certify that Mr. Ravikant Godase, Mr. Riddhik Kumbhar, Mr.
Aniket Zanje with and Mr. Kedar Shinde Roll No. 1202, 1214, 1218, 1222
has successfully completed ‘Bank Managment System’ Micro-Project. For
the course ‘Object
Oriented Programming Using C++’ under the guidance of Prof. Ms. S. V.
Jadhav and submitted it to the Diploma Program in Computer Engineering
from Government Polytechnic, Karad with Institute code 0010.

Signature Signature
Prof. Ms. S. V. Jadhav Prof. Smt. S. B. Patil
Internal Guide Head of Department
Computer Engineering

ACKNOWLEDGEMENT

GOVERNMENT POLYTECHNIC, KARAD 2


We take this opportunity to express our heartfelt gratitude to all those who
have directly and indirectly inspired, guided and support us throughout the
successful completion of this project.
We extend our sincere thanks to our Principal Dr. S.A. Patil and the Head of
Department Prof. Mrs. S. B. Patil for providing us to opportunity to work on this
project as part of our academic curriculum
We are deeply grateful for Prof. Ms. S. V. Jadhav lecturer of Object-
Oriented Programming Using C++ (313304) at Government Polytechnic, Karad for
their continuous encouragement and valuable guidance in designing and executing
the Food Ordering System project.
We also appreciate the efforts and cooperation of our entire team in the ‘Bank
Mangement System’ project. Their teamwork, dedication and positive attitude
were essential to the successful completion of this project.

Place: Government Polytechnic, Karad.

Your Sincerely,

Ravikant Godase (1202)


Riddhik Kumbhar (1214)
Aniket Zanje (1218)
Kedar Shinde (1222)

➢ RATIONALE:

GOVERNMENT POLYTECHNIC, KARAD 3


 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 is login system
for this project. All the main features for banking system are set in this
project.

 OOP allows us to abstract real-world systems into manageable components.


In the case of a bank management system, we can break it down into
classes and objects that represent various entities (e.g., accounts, clients,
transactions).

 OOP encourages adhering to the Single Responsibility Principle (SRP). Each


class should have a single responsibility.
In our bank system, we create three classes: Account (managing
balances) , Bank (creating and managing accounts) and Person
(personal info of customer).

➢ COURSE OUTCOME:

1. Develop C++ program to solve problems using Procedure Oriented


Approach.
2. Develop C++ programs using classes and objects.
3. Use of Constructor in C++ program.
4. Implement Inheritance in C++ program.
5. Use polymorphism in C++ program.

➢ AIMS OF THE MICROPROJECT:

GOVERNMENT POLYTECHNIC, KARAD 4


 To create a Bank Management System using C++ language.
 The primary aim of this microproject is to model a simplified version of a
bank system in code. By doing so, you’ll gain practical experience in applying
OOP principles to a real-world senerio.
 You’ll create classes representing different types of bank account (e.g ,savings
Checking) and define their behaviour (deposit, withdrawal, interest,
calculation).

➢ ACTUAL PROCEDURE FOLLOWED:

▪ With all the group members we discussed about the topic of micro
projects based on Object Oriented Programming Using C++.

▪ After the discussion we decided the topic ‘Bank Management System’.


▪ We designed the perfect C++ code to work on the microproject.


▪ Prepared the microproject with the guidance of subject teacher.

▪ After that we prepared the project report in which there is short idea about
the whole microproject.

➢ LITERATURE REVIEW:

Food ordering systems have evolved significantly, transitioning from traditional


paper-based systems to digital platforms. This shift is largely driven by the
need for efficient, error-free, and faster ordering processes. As technology
advances, restaurants and food businesses increasingly adopt software
solutions to streamline their operations. Online food ordering systems allow
users to browse menus, place orders, and even pay for their food online. The
development of these systems typically involves a back-end for managing
orders, a database for storing data, and a front-end for user interaction.

➢ BLOCK DIAGRAM:

BANK MANEGMENT SYSTEM


GOVERNMENT POLYTECHNIC, KARAD 5
➢ OUTPUT OF THE MICROPROJECT:

1 . Employee Login page

GOVERNMENT POLYTECHNIC, KARAD 6


2 . Bank Management System

GOVERNMENT POLYTECHNIC, KARAD 7


GOVERNMENT POLYTECHNIC, KARAD 8
GOVERNMENT POLYTECHNIC, KARAD 9
GOVERNMENT POLYTECHNIC, KARAD
10
GOVERNMENT POLYTECHNIC, KARAD
11
GOVERNMENT POLYTECHNIC, KARAD
12
➢ RESOURCES USED:

Sr. No Resources Specification Quantity

Asus Tuf F15 i5


1 Laptop
8 GB RAM 1
2 Microsoft Office Version:2023 -
3
TurboC7 Version:2012 -

➢ SKILL DEVELOPED :
• By doing this microproject we learned following skills:

a) We are able to solve problems using object-oriented approach.

b) We learnt to develop C++ program using decision making statements.

c) We have used classes and objects to develop a program.

d) We are able to implement inheritance in C++ program

e) We learnt to use polymorphism in a program.

➢ APPLICATIONS OF THIS MICROPROJECT:


GOVERNMENT POLYTECHNIC, KARAD
13
1) Simulating real-world management of restaurant items.
2) Real-time updates and changes to the ordered menu.
3) Efficient data sorting and searching.
4) Improved communication among hotel management and customers.
5) Reduction in errors and mistakes in Food Ordering System.

➢ TEAM MEMBERS:

Rol
Team member name Enrollment no
l No

1202 Ravikant Revappa Godase 2200100174

1214 Riddhik Vinod Kumbhar 23210210181

1218 Aniket Hanmant Zanje 23210210185

1222 Kedar Nandkumar Shinde 23210210189

GOVERNMENT POLYTECHNIC, KARAD


14

You might also like