Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Banking System in Python

This is a simple banking application that demonstrates Object-Oriented Programming concepts like inheritance and polymorphism using Python.

Features

  • Add and withdraw money from a bank account
  • Savings account with interest calculation
  • Method overriding and usage of super()
  • Basic input/output interaction

How to run

  1. Clone the repository
  2. Run bank.py using Python 3
  3. Follow the on-screen prompts to perform operations

Concepts covered

  • Classes and objects
  • Inheritance
  • Method overriding (polymorphism)
  • Encapsulation

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages