oop-examples/README.md
2020-05-24 17:04:37 +02:00

624 B

Object Oriented Programming

A short introduction to object oriented programming with examples in multiple languages

Example Languages:

  • Java
  • Rust
  • C++
  • JavaScript (using TypeScript)

Lessons:

Work in progress:

  • virtual classes
  • interfaces
  • Factories
  • Generics