Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 667 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 667 Bytes

dart-projects

In this repository, I document my exploration of Dart Programming Language, focusing on mastering Object-Oriented Programming (OOP) concepts. As I progress through my Dart learning adventure, I'll be sharing various Dart projects that showcase the application of OOP principles, encapsulation, inheritance, polymorphism, and more.

Projects Overview:

Bank Management System: This project is a simple bank management system that allows users to create accounts, deposit money, withdraw money, and check their balances, etc. Navigate to the designated project directory above for a detailed project description and to inspect the source code.