Lecture overview
Keyboard shortcut: 'u'  Previous page
Keyboard shortcut: 'p'  Next page
Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide
Keyboard shortcut: 't'  Alphabetic index  Course home  Slide 2 : 4
Object-interaction

Objects interacts with each other by sending messages...

Objects interacts with each other by sending messages

Sending a message to an object causes activation of a method in the class of the object

A scenario in which a customer object deposit 500 kroner in a bank. (see slide)

The distribution of functionality depends on a chosen distribution of responsibilities

This subject is addressed in the design phase of the development process