Wiki

Changes between Initial Version and Version 1 of MemberDecls

Show
Ignore:
Timestamp:
11/15/12 05:08:16 (12 years ago)
Author:
hopscc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MemberDecls

    v1 v1  
     1= Member Declarations = 
     2 
     3Members are the items or clauses within a class-like declaration (classes, structures, interfaces, mixins, Type extensions...). 
     4 
     5They define both the internal state and implementation and external appearance, content, behaviours, actions and responses  
     6defining each of the above items. 
     7 
     8Currently these include 
     9  * initialisers - define the starting state/content   
     10  * methods - define the actions the above provide 
     11  * properties - provide (mediated) access to state items the objects provide or expose  
     12  * events - provide notifications the objects publish   
     13  * contracts - state specification and run-time validity assertions that are part of the public interface of the above items  
     14 
     15Back to LanguageTopics.