Lecture overview -- Keyboard shortcut: 'u'  Previous page: Client, Servers, and Messages -- Keyboard shortcut: 'p'  Next page: Data-centered modularity -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Introduction to Object-oriented Programming - slide 8 : 22

Responsibilities
Objects that act as servers manage a certain amount of responsibility

You should care about the responsibilities of both objects and operations

The distribution of responsibilities will become a major theme later in the course