https://github.com/sainikhil0904/object-oriented-programming-using-cpp
Collection of solved problems demonstrating OOPs concepts in C++ with practical implementations.
https://github.com/sainikhil0904/object-oriented-programming-using-cpp
coding cpp data-structures-and-algorithms design-and-analysis-of-algorithms learning objectorientedprogramming oops-in-cpp programming
Last synced: 5 days ago
JSON representation
Collection of solved problems demonstrating OOPs concepts in C++ with practical implementations.
- Host: GitHub
- URL: https://github.com/sainikhil0904/object-oriented-programming-using-cpp
- Owner: SaiNikhil0904
- License: mit
- Created: 2025-02-23T09:51:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T12:45:53.000Z (over 1 year ago)
- Last Synced: 2025-03-08T13:32:33.908Z (over 1 year ago)
- Topics: coding, cpp, data-structures-and-algorithms, design-and-analysis-of-algorithms, learning, objectorientedprogramming, oops-in-cpp, programming
- Language: C++
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object Oriented Programming using C++ - Solved Problems
👋 Welcome to my **OOPs with C++** repository! This repo is a collection of **interesting problems** I solved while learning **Object-Oriented Programming (OOPs) using C++**. Whether you're a beginner or someone revisiting OOP concepts, you'll find **real-world implementations** here! 🎯
## About
This repository serves as a **learning hub** for mastering **OOPs principles in C++**. Each file demonstrates a unique concept, showcasing the power of **classes, inheritance, operator overloading, file handling, Patterns, Math Operators, polymorphism, and more!**
---
## 💻 How to Run
To compile and execute any `.cpp` file, use the following commands:
```bash
g++ filename.cpp -o output
./output
```
🔹 For **file-handling programs**, ensure the required **input files exist** in the same directory before running.
---
## 🤝 Contributing
Got a suggestion or an improvement? **Feel free to fork and contribute!** 🚀
---
## 📜 License
🔓 This repository is **open-source** and intended for **educational purposes**. Feel free to use, modify, and share the code.
This project is licensed under the MIT License – see the LICENSE file for details.
---
### 🌟 If you find this repository helpful, don't forget to **Star ⭐** it!
Happy Coding! 💻🎉