Introduction to OOP
Chapter 5: Messages Instances and Initialization:
next
previous
audio
real
text
Messages are not Function Calls
Recall from chapter 1 that we noted the following differences between a message and a function (or procedure) call
A message is always given to some object, called the receiver
The action performed in response is determined by the receiver, different receivers can do different actions in response to the same message.
Intro OOP,
Chapter 5
, Slide 02