82 | | Without that prefix on the name the variables accessType is ''public'' (by default) and |
83 | | it must be accessed from within method code by prefixing the name with either '''self.''' or just '''.'''.[[BR]] |
84 | | |
85 | | In either case the default accessModifier setting can be adjusted with an accessModifier clause. |
| 82 | Without that prefix on the name the variables accessType is ''public, virtual'' (by default) and |
| 83 | it must be accessed from within method code by prefixing the name with either '''this.''' or just '''.''' .[[BR]] |
| 84 | |
| 85 | In either case the default accessModifier setting can be adjusted with an accessModifier clause.[[BR]] |