https://github.com/faithbyte/cpp_oop_
https://github.com/faithbyte/cpp_oop_
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/faithbyte/cpp_oop_
- Owner: faithByte
- Created: 2023-05-06T14:22:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T05:38:02.000Z (about 3 years ago)
- Last Synced: 2025-02-09T18:41:27.587Z (over 1 year ago)
- Language: C++
- Size: 10.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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