An open API service indexing awesome lists of open source software.

https://github.com/ercodex/object-oriented-programming-exercises

Educational C++ codes for object-oriented programming
https://github.com/ercodex/object-oriented-programming-exercises

cpp oop-in-cpp

Last synced: 3 months ago
JSON representation

Educational C++ codes for object-oriented programming

Awesome Lists containing this project

README

        

# Object-Oriented Programming Exercises
- This repository contains a collection of C++ practice codes designed to be educational.
- All the codes in this repository were written by me to enhance my C++ programming skills, especially in object-oriented programming style. They are primarily focused on helping me achieve excellent grades in college exams.

## Contains:
- Classes and Objects
- Operator Overloading
- Inheritance
- Polymorphism
- Exception Handling
- Templates
- STL

## Warning:
- Comments are generally in English, but there are a little bit of Turkish too.