Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonystark-19/cpp-coding
This repo contains c++ program made by me : )
https://github.com/tonystark-19/cpp-coding
cpp cppprogramming
Last synced: 26 days ago
JSON representation
This repo contains c++ program made by me : )
- Host: GitHub
- URL: https://github.com/tonystark-19/cpp-coding
- Owner: TonyStark-19
- Created: 2024-11-16T06:56:11.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-26T16:32:05.000Z (27 days ago)
- Last Synced: 2024-11-26T17:31:18.530Z (27 days ago)
- Topics: cpp, cppprogramming
- Language: C++
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ OOP Programs Repository
This repository contains C++ programs based on the Object-Oriented Programming System (OOPS) concepts that I learned in college. Each program is designed to demonstrate specific OOP principles and techniques, such as encapsulation, inheritance, polymorphism, abstraction, and more.
---
## Features
- Programs written in **C++**, showcasing various OOP concepts.
- Clear code structure with inline comments for better understanding.
- Examples include:
- Classes and Objects
- Constructors and Destructors
- Inheritance (Single, Multilevel, Multiple, etc.)
- Polymorphism (function overriding, operator overloading)---
## 🔧 Prerequisites
To run the programs in this repository, you need:
- A C++ compiler (e.g., GCC, MinGW, or Visual Studio).
- Basic knowledge of C++ programming and OOP principles.---