109 - State Variables
Public state variables can override external functions if the parameter and return types of the function matches the getter function of the variable.
While public state variables can override external functions, they themselves cannot be overridden.
- Public State Variables
- Automatic Getters
- externals Functions -> Parameters & Return Types
- Getters -> Override external Functions
- Override X -> Getters