https://github.com/nickymateev/is-object-oriented-programming
All the materials you'll need for the FMI course "Object Oriented Programming" can be found here.
https://github.com/nickymateev/is-object-oriented-programming
c-plus-plus fmi oop
Last synced: about 1 year ago
JSON representation
All the materials you'll need for the FMI course "Object Oriented Programming" can be found here.
- Host: GitHub
- URL: https://github.com/nickymateev/is-object-oriented-programming
- Owner: NickyMateev
- Created: 2017-02-21T22:24:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-10T18:10:57.000Z (over 7 years ago)
- Last Synced: 2025-02-01T11:16:02.736Z (over 1 year ago)
- Topics: c-plus-plus, fmi, oop
- Language: C++
- Size: 634 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object Oriented Programming (C++) 2018
All the materials you'll need for the course Object Oriented Programming with C++ can be found here.
## Course information
When: **Wednesday, 4PM-6PM**
Where: **FMI, room 120**
Progamming language: **C++**
IDE: **Visual Studio, CodeBlocks, CLion** *(or whatever works for you)*
## Topics covered:
* File Streams
* Structs & Classes
* OOP Principles (Encapsulation, Abstraction, Inheritance, Polymorphism)
* Constructors, Copy Constructors, Destructors
* Operator Overloading
* Virtual Functions
* Templates
* Multiple inheritance
* And more...