π‘ This repository contains my C++ Object-Oriented Programming (OOP) projects and practice journey.
β¨ Highlights:
- π Organized folder-wise projects
- π§ Strong focus on OOP concepts
- π Continuous learning & updates
- π Beginner β Advanced growth
CPP_OOPS_PROJECTS/
β
βββ Bank Management System/
β βββ Bank Management System.cpp
β βββ Bank Management System.exe
β βββ other_files...
β
βββ PhoneBook/
β βββ Phone_Book_Management_System.cpp
β βββ Phone_Book_Management_System.exe
β βββ other_files...
β
β
βββ Project_3/ (Coming Soon π)
βββ Project_4/ (Coming Soon π)
β
βββ More Projects...
| Concept | Description | Emoji |
|---|---|---|
| Classes & Objects | Core building blocks | π§± |
| Constructors | Object initialization | βοΈ |
| Inheritance | Code reuse | π |
| Polymorphism | Multiple behavior | π |
| Encapsulation | Data hiding | π |
| Abstraction | Simplification | π― |
git clone https://github.com/your-username/CPP_OOPS_PROJECTS.git
cd CPP_OOPS_PROJECTS/Bank Management System
g++ Bank Management System.cpp -o program
./program
π§ Coming Soon... (Console-based projects currently)
Shivam Maurya
π B.Tech CSE Student
π» Passionate Developer π»
π "Consistency beats talent. Keep coding!"







