Object API allows direct communication between corresponding client objects.
-
Simplifies design and implementation
-
Calls to basic API implemented as object methods
-
Provides automatic distribution of initial state
-
All communication logic for an object is located within that object for improved maintainability
|