OOP

  • OOP = Object Oriented Programming
  • way of organizing code and the overall programm
  • real world things can be represented as objects and objects can have different relations to each other
  • basically a simplification of complex relationsships as we know them from reality

Content of this Chapter

  1. Objects
  2. JSON
  3. Classes