What do final / static / public / private tags mean?

  • Variables defined outside functions are actually Java fields.
  • Anything inside “.pde” files are inside a PApplet subclass.
  • That’s why we can directly access PApplet members w/o the operator . dot:
1 Like