Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 627 Bytes

File metadata and controls

19 lines (13 loc) · 627 Bytes

ATM Class

This is a Java ATM project focused on classes, inheritance, and object-oriented design.

The project includes account-related classes and ATM functionality, including savings and current account types. I built this to practice organizing banking logic through classes instead of putting everything into one file.

Concepts Practiced

  • Java
  • Object-oriented programming
  • Classes and objects
  • Inheritance
  • Subclasses
  • Object instantiation
  • UML/design structure

What I Learned

This project helped me understand how real-world systems, like an ATM, can be modeled using objects and class relationships.