Skip to content

Simple banking system project, developed to apply Object Oriented Programming (OOP) concepts. Allows account creation, deposits, withdrawals, transfers and balance inquiries. Focused on practicing OOP and data validation, with the aim of expanding to more complex projects in the future.

Notifications You must be signed in to change notification settings

AlbertoDumonttDev/POOBanking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banking System

This is a simple Banking System project developed to apply Object-Oriented Programming (OOP) concepts. The project implements basic functionalities such as account creation, deposits, withdrawals, and transfers, using classes to represent clients and accounts, simulating a simple banking system.

Features

  • Create bank accounts
  • Deposit into accounts
  • Withdraw from accounts
  • Transfer between accounts
  • Display account details

Technologies Used

  • Java: Programming language used for development.
  • OOP (Object-Oriented Programming): Concepts of inheritance, polymorphism, encapsulation, and abstraction applied in the project.

How to Run the Project

  1. Clone this repository:

    git clone https://github.com/AlbertoDumonttDev/POOBanking.git
    
  2. Compile and run the project:

  • Open the project in IntelliJ IDEA or another IDE of your choice.
  • Compile the project and run Main.java.
  1. Follow the terminal instructions to interact with the banking system.

About

Simple banking system project, developed to apply Object Oriented Programming (OOP) concepts. Allows account creation, deposits, withdrawals, transfers and balance inquiries. Focused on practicing OOP and data validation, with the aim of expanding to more complex projects in the future.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages