Programs and notes on OOP in C++
This repository contains my learning journey through Object-Oriented Programming (OOP) concepts using C++. It includes code examples, notes, and mini-projects that demonstrate core OOP principles.
- Classes and Objects
- Encapsulation
- Inheritance
- Polymorphism
- Abstraction
- Constructors and Destructors
- Access Specifiers
- Operator Overloading
- File Handling (Basic)