uni

Thing1's amazing uni repo
Log | Files | Refs | Submodules

10.02.26.md (202B)


      1 # 02/10/26
      2 
      3 - the this keyword should be used to reference objects attributes
      4 - no access modifiers, means package private (public to the current package) in uml it is `~`
      5 - protected is for inheritace