Changeset 4506 for trunk/examples

Show
Ignore:
Timestamp:
10/14/08 11:38:33 (3 months ago)
Author:
pmoura
Message:

Added a simple example, "classmethods", illustrating how to define "class methods" as found on class-based object-oriented programming languages.

Location:
trunk/examples
Files:
5 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/NOTES.txt

    r4505 r4506  
    7474    illustrates how to use events to avoid breaking object encapsulation 
    7575 
     76classmethods 
     77    example of defining "class methods" as found on some class-based 
     78    object-oriented programming languages 
     79 
    7680classvars 
    7781    example of implementation of class variables