Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/faiqa-batool/object-oriented-programming


https://github.com/faiqa-batool/object-oriented-programming

Last synced: 7 days ago
JSON representation

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.