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

https://github.com/faithbyte/cpp_oop_


https://github.com/faithbyte/cpp_oop_

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Object-oriented programming [C++]

## Module 00
[introduction to C++] Namespaces, classes, member functions, stdio streams, initialization lists, static, const, and some other basic stuff



## Module 01
Classes, memory allocation, pointers to members, references, switch statement



## Module 02
Ad-hoc polymorphism, operator overloading and Orthodox Canonical class form



## Module 03
Inheritance, Inheretence Diamond problem



## Module 04
Subtype polymorphism, abstract classes, interfaces