Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faiqa-batool/object-oriented-programming
https://github.com/faiqa-batool/object-oriented-programming
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/faiqa-batool/object-oriented-programming
- Owner: Faiqa-batool
- Created: 2023-09-04T13:33:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-29T19:12:01.000Z (5 months ago)
- Last Synced: 2024-06-29T20:27:26.200Z (5 months ago)
- Language: C++
- Size: 29.3 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object-Oriented-Programming
### 1. Classes, public and private access modifires:
This file contains basic structure of classes in C++, understanding of public and private access modifiers and their differences.### 2. Nesting of member functions:
This file contains the better understanding of how a method can call other method by itself.### 3. Passing objects as arguments:
This file contains how to pass objects as arguments of a function.### 4. Arrays in classes:
How arrays can be used inside class.### 5. Array of objects:
It has the implementation of how an array of objects is used instead of multiple sigle objects.### 6. Static Data Members and Methods
It has the implementation of how static data members declared and used and how static methods are created and used.