https://github.com/tanzeelafatima492/it-series-oop-programs-cpp
2nd semester
https://github.com/tanzeelafatima492/it-series-oop-programs-cpp
class concept inheritance it object oop series
Last synced: 9 months ago
JSON representation
2nd semester
- Host: GitHub
- URL: https://github.com/tanzeelafatima492/it-series-oop-programs-cpp
- Owner: TanzeelaFatima492
- License: mit
- Created: 2025-07-26T16:39:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-01T02:31:03.000Z (11 months ago)
- Last Synced: 2025-08-09T13:12:10.658Z (11 months ago)
- Topics: class, concept, inheritance, it, object, oop, series
- Language: C++
- Homepage:
- Size: 30.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IT Series - OOP Programs in C++
This repository contains solved C++ programs from Chapter 3 to Chapter 19 of the IT Series textbook for Object-Oriented Programming (OOP). These programs are created for learning and practice purposes.
## 📘 Chapters Covered
- Chapter 3: Introduction to Classes and Objects
- Chapter 4: Constructors and Destructors
- Chapter 5: Friend Functions
- Chapter 6: Static Members
- Chapter 7: Inheritance
- Chapter 8: Polymorphism
- Chapter 9: Function Overloading
- Chapter 10: Operator Overloading
- Chapter 11: Virtual Functions
- Chapter 12: Abstract Classes
- Chapter 13: File Handling
- Chapter 14: Templates
- Chapter 15: Exception Handling
- Chapter 16: Pointers and Dynamic Memory
- Chapter 17: Standard Template Library (STL)
- Chapter 18: Namespace and Preprocessor Directives
- Chapter 19: Miscellaneous Concepts
## 📂 Folder Structure
Each chapter has its own folder and contains one or more C++ programs.
````
## 💡 How to Run
1. Clone the repository:
```bash
git clone https://github.com/Fatima-progmmer/IT-Series-OOP-Programs-Cpp.git
cd IT-Series-OOP-Programs-Cpp
````
2. Compile and run a specific program:
```bash
g++ Chapter03/program1.cpp -o program1
./program1
```
## 📬 Contact
* GitHub: [Fatima-progmmer](https://github.com/Fatima-progmmer)
* LinkedIn: [Tanzeela Fatima](https://www.linkedin.com/in/tanzeela-fatima-47861b2b7/)
---
Happy Coding! 🚀