Changes between Version 17 and Version 18 of Classes
- Timestamp:
- 01/28/13 08:01:22 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Classes
v17 v18 8 8 9 9 The class may have any of the usual [wiki:AccessModifiers access modifiers]. [[BR]] 10 The Superclass inheritance and interface conformance are indicated with the '''inherits''' and '''implements''' keywords. 10 The Superclass inheritance and interface conformance are indicated with the '''inherits''' and '''implements''' keywords.[[BR]] 11 [wiki:Attributes Attributes] metadata can be specified with the '''has''' keyword. 12 11 13 12 14 === Class Grammar === … … 51 53 (Idiomatically its usually preferable to explicitly initialise the var and not explicitly specify the Type). 52 54 53 [wiki:AccessModifiers AccessModifiers] usually specifying visibility can also be given. 55 [wiki:AccessModifiers AccessModifiers] usually specifying visibility can be given.[[BR]] 56 [wiki:Attributes Attributes] providing metadata can also be given. 54 57 55 58 === Instance and Class variable definition Grammar ===