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

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

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! 🚀