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

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.

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...