[<<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
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson