https://github.com/tanzeelafatima492/class-object-cxx
2nd semester oops concept
https://github.com/tanzeelafatima492/class-object-cxx
class cpp cxx object oops
Last synced: 10 months ago
JSON representation
2nd semester oops concept
- Host: GitHub
- URL: https://github.com/tanzeelafatima492/class-object-cxx
- Owner: TanzeelaFatima492
- License: mit
- Created: 2025-08-01T02:32:37.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-01T02:35:31.000Z (12 months ago)
- Last Synced: 2025-08-09T13:12:08.013Z (11 months ago)
- Topics: class, cpp, cxx, object, oops
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Class and Object in C++ 👩💻
This repository contains basic to intermediate-level **C++ programs** that demonstrate key **Object-Oriented Programming (OOP)** concepts using **classes and objects**.
## 🚀 What You'll Learn
- How to define and use classes & objects in C++
- Constructors and Destructors
- Access Specifiers (public, private)
- Member functions inside and outside the class
- Object arrays and pointers
- Practical examples of encapsulation and data hiding
## 🛠 How to Run
Make sure you have a C++ compiler like `g++` installed.
```bash
g++ filename.cpp -o output
./output
````
## 📚 Prerequisites
* Basic understanding of C++ syntax
* Familiarity with functions and variables
## 📌 Useful For
* IT students practicing OOP concepts
* Beginners learning class and object structure in C++
## 🤝 Contributing
Feel free to fork this repository, open issues, or submit pull requests if you'd like to improve or add more examples!
## 👩💻 Author
**Tanzeela Fatima**
💼 [LinkedIn](https://www.linkedin.com/in/tanzeela-fatima-47861b2b7/)
💻 [GitHub](https://github.com/Fatima-progmmer)
Let me know if you'd like me to auto-upload it via Git or add visuals like badges or screenshots.
```