Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 707 Bytes

State Variables.md

File metadata and controls

21 lines (19 loc) · 707 Bytes

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.


Slide Screenshot

109.jpg


Slide Text

  • Public State Variables
  • Automatic Getters
  • externals Functions -> Parameters & Return Types
  • Getters -> Override external Functions
  • Override X -> Getters

References


Tags

State Variables