CS 3304: Comparative Languages
Object-Oriented Programming
[
Course Documents
] : [
Object-Oriented Programming
]
Previous
Contents
Next
Keyword Index
Smalltalk Message Expressions
Two parts: the receiver object and the message itself
The message part specifies the method and possibly some parameters
Replies to messages are objects
Three message forms: unary, binary, and keyword