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);

Intro OOP, Chapter 5, Slide 03