Wiki

Changes between Version 13 and Version 14 of MixIn

Show
Ignore:
Timestamp:
07/29/13 11:53:09 (11 years ago)
Author:
hopscc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MixIn

    v13 v14  
    33== Introduction == 
    44 
    5 Provide a non inheritance based capability for shared/common behaviour. 
     5Provide a non inheritance based capability for shared/common characteristics and behaviour. 
    66 
    7 Basically, selected traits or behaviours are described in a special Type called a 'mixin' (analogous to an interface),[[BR]] 
    8 these can then be specified on a class and are injected into that class to provide those behaviours on that class.   
     7Basically, selected traits or characteristics and behaviours are described in a special Type called a 'mixin' (analogous to an interface),[[BR]] 
     8these can then be specified on a class and are injected into that class to provide those traits on that class.   
    99 
    1010