Contents

Class Object


Inheritance:

ProtoObject  »
  Object

Class Object is the superclass of all classes. The Object protocol defines the common protocol of all objects. The most important protocol categories are:

It is possible to create instances of Object, but this is usually not done. An instance of Object can have dependents, but normally an instance of Model is used to manage dependent objects.

Class Object implements the general mechanism for dependency management and changes notification. Dependent objects are kept in a WeakIdentityKeyDictionary.

Important Class Methods:

Important Instance Methods:


Contents