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

     (object-oriented) Instance variables are the attributes or the data
     portion of an object as defined by the object's class.  Each object,
     when created, is given its own unique set of instance variables
     initialized to their default values.  Instance variables that are
     accessible are called exported instance variables.  Exported instance
     variables can be inspected and--in some cases--assigned using the send
     operator.  The instance variables of an object persist as long as the
     object it belongs to.


See Also: Classes Objects

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