Modifiers

In Gosu, a modifier is a specific keyword that you insert in front of a Gosu type, method, or variable to modify the behavior of that Gosu component. Gosu supports the following types of modifiers:
  • Access modifiers
  • Override modifiers
  • Final modifiers
  • Static modifiers