Introduction to OOP Chapter 2: Abstraction : next previous audio real text

The Service View

Another way to think of an interface is as a way of describing the service that an object provides.

The interface is a contract for the service--if the interface is upheld, then the service will be provided as described.

Intro OOP, Chapter 2, Slide 18