This repository demonstrates core Object-Oriented Programming (OOP) concepts in Dart, with real-life usage examples in Flutter.
- ✅ Abstraction
- ✅ Encapsulation
- ✅ Inheritance (Single, Multi-level, Hierarchical)
- ✅ Polymorphism (Compile-time & Run-time)
- ✅ Mixins
- ✅ Enums
- ✅ Extensions
You can follow me on https://github.com/fahad686/