Skip to content

KruthikaTS/BankManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🏦 Bank Management System (Python OOP Project)

Bank Management System built in Python to demonstrate Object-Oriented Programming (OOP) concepts.

πŸ“Œ Features

  • Create a new bank account with a unique account number
  • Deposit money
  • Withdraw money (with balance check)
  • Transfer money between accounts
  • View account balance

πŸ›  Tech Stack

  • Language:Python 3
  • Concepts Used:
    • Classes & Objects
    • Encapsulation
    • Inheritance
    • Polymorphism
    • Data Structures (Dictionary for storing accounts)

About

Bank Management System built in Python to demonstrate Object-Oriented Programming (OOP) concepts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages