Introduction to OOP: Chapter 2: Responsibility Driven Design: [next] [previous] [audio] [real] [text]

The first component, The Greeter

Let us return to the development of the IIKH. The first component your team defines is the Greeter. When the application is started, the Greeter puts an informative and friendly welcome window (the greeting) on the screen.

Offer the user the choice of several different actions

Many of the details concerning exactly how this is to be done can be ignored for the moment.

Intro OOP, Chapter 2, Slide 14