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
- Host: GitHub
- URL: https://github.com/ercodex/object-oriented-programming-exercises
- Owner: ercodex
- License: mit
- Created: 2025-01-16T13:10:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T13:19:26.000Z (5 months ago)
- Last Synced: 2025-02-05T09:46:18.035Z (5 months ago)
- Topics: cpp, oop-in-cpp
- Language: C++
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.