Вы находитесь на странице: 1из 3

Object Oriented Design for Online Banking System

Name : Prathaam Modi


Reg no:201800651
Section:B

After the analysis phase, the conceptual model is developed further into an
object-oriented model using object-oriented design (OOD). In OOD, the
technology-independent concepts in the analysis model are mapped onto
implementing classes, constraints are identified, and interfaces are designed,
resulting in a model for the solution domain. In a nutshell, a detailed
description is constructed specifying how the system is to be built on
concrete technologies
The stages for object–oriented design can be identified as −
• Definition of the context of the system
• Designing system architecture
• Identification of the objects in the system
• Construction of design models
• Specification of object interfaces
Banking is one of the biggest beneficiaries of information technology, and the
proportion focusing on the software development projects of bank business
is growing. Online banking system involves a large number of business
processing, so online banking system class software development project
accounts for a considerable proportion in the bank’s software development
projects. A banking system is a group or network of institutions that provide
financial services for us. These institutions are responsible for operating a
payment system, providing loans, taking deposits, and helping with
investments.
CLASS DIAGRAM
Class diagram is a static diagram. It represents the static view of an
application. Class diagram is not only used for visualizing, describing, and
documenting different aspects of a system but also for constructing
executable code of the software application.

Figure: Online Banking System – Class Diagram


Created by Prathaam Modi
USE CASE DIAGRAM
A UML use case diagram is the primary form of system/software
requirements for a new software program underdeveloped. Use cases
specify the expected behavior (what), and not the exact method of making it
happen (how). Use cases once specified can be denoted both textual and
visual representation (i.e. use case diagram). A key concept of use case
modeling is that it helps us design a system from the end user's perspective.
It is an effective technique for communicating system behavior in the user's
terms by specifying all externally visible system behavior.

Figure – Online Banking System – Use Case Diagram


Created by Prathaam Modi

All diagrams are made by Prathaam Modi using https://app.diagrams.net/

Вам также может понравиться