October 2009
Intermediate to advanced
384 pages
8h 54m
English
Music is the space between the notes.
—Claude Debussy
Object-oriented design focuses more on the communication between objects than on the objects themselves. As Alan Kay [Kay98] wrote:
The big idea is “messaging” [...] The key in making great and growable systems is much more to design how its modules communicate rather than what their internal properties and behaviors should be.
An object communicates by messages: It receives messages from other objects and reacts by sending messages to other objects as well as, perhaps, returning a value or exception to the original sender. An object has a method of handling every type of message that it understands and, in most cases, encapsulates ...
Read now
Unlock full access