Directive | Meaning |
|---|---|
| The instance variable is accessible only within the class that declares it. |
| The instance variable is accessible within the class that declares it and within classes that inherit it. All instance variables without an explicit scope directive have |
| The instance variable is accessible everywhere. |
| Using the modern runtime, an The This scope is most useful for instance variables in framework classes, where |