Wiki

Changes between Version 17 and Version 18 of Classes

Show
Ignore:
Timestamp:
01/28/13 08:01:22 (11 years ago)
Author:
hopscc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Classes

    v17 v18  
    88 
    99The 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. 
     10The 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 
    1113 
    1214=== Class Grammar === 
     
    5153(Idiomatically its usually preferable to explicitly initialise the var and not explicitly specify the Type). 
    5254 
    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. 
    5457   
    5558=== Instance and Class variable definition Grammar ===