European Smalltalk User Group
Antropomorphism (II)
- Vocabulary
- sending messages vs. calling a function
- sending message is about communication and behavior
- sending a message conveys late-binding
- calling a function is a technical
- stress responsibility
- Syntax: we talk to objects
- bunny turn: #left times: 3
- bunny.turntimes(#left,3);