Online Banking System
Online Banking System
2. Account
o Attributes: accountID, customerID, balance, accountType
3. Transaction
o Attributes: transactionID, accountID, type, amount, date
5. Bank Staff
o Attributes: staffID, name, role
Purpose:
The Class Diagram is useful for database design and object-oriented
programming. It helps in defining relationships and system structure before
implementation.
Conclusion
The Online Banking System consists of multiple components that interact to
provide seamless banking services to customers.
Each diagram serves a specific purpose:
✅ Use Case Diagram defines user roles and system functionalities.
✅ Class Diagram structures the system's entities and their relationships.
✅ ER Diagram helps in database design.
✅ Sequence Diagram explains process flow.
✅ Activity Diagram outlines workflows.
✅ DFD showcases data movement within the system.
These diagrams ensure efficient system development, better visualization,
and improved understanding of the Online Banking System's
architecture. 🚀