Introduction to OOP
Chapter 5: Messages Instances and Initialization:
next
previous
audio
real
text
Message Passing Syntax
Although the syntax may differ in different langauges, all messages have three identifiable parts:
aGame.displayCard (aCard, 42, 27);
The message receiver
The message selector
An optional list of arguments
Intro OOP,
Chapter 5
, Slide 03