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>objects</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Objects

     (object-oriented, data type) An object is an instance of a class.  Each
     object has one or more attributes (called instance variables) and a
     series of operations (methods) that execute when a message is sent to
     the object.  The object's instance variables can only be accessed or
     assigned by sending messages to the object.  Objects are created by
     calling a special function associated with a class.


See Also: Classes Instance Variables Messages Methods

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