Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . The Guide To CA-Clippe - <b>classes</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Classes

     (object-oriented) A class defines the variables contained in an object,
     and the operations applied when the object receives a message.  Every
     object is an instance of a class and responds to messages of that class.
     Each object, however, has its own copy of the variables specified in the
     class definition.  New objects are created in CA-Clipper by a calling a
     special function that begins with the class name followed by the New
     suffix.


See Also: Instance Variables Messages Methods Objects

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson