gosu-lang / gosu-lang.github.com

Gosu Homepage

Home Page:gosu-lang.github.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Access Modifiers

meicaljohnjones opened this issue · comments

Looking at the documentation, it might be worth adding something about access modifiers. Notably:

  • member variables are by default private
  • member methods are by default public
  • to make variables/methods private to a package use the internal modifier