Skip to content

codeprofile/Mini_Project_Bank_Management_system_using_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Mini_Project_Bank_Management_system_using_python

In this Mini Project We've tried to cover below topics:

  • classes in python and also incorporating concept like inheritance , data encapsulation (usage of access modifier) , data abstraction (usage of abstract class and abstract methods) .
  • Creating decorator.
  • Usage of map() function.

Refer Below Use-Case Diagram for Clear Understanding :


Project Structure : we have 3 different files

  1. `main.py` : use for calling main logic written in bank_management_system.
  2. `bank_management_system.py` : where the main logic is written inside the classes like Bank , Bank_System and create Account as abstract class.
  3. `constants.py` : for managing constants.

Steps for running project :

About

Mini_Project_Bank_Management_system_using_python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages