Introduction to OOP Chapter 3: Object-Oriented Design: next previous audio real text

Characterization by Behavior

Just as an Abstract Data Type is characterized more by behavior than by representation, the goal in using Responsibility Driven Design will be to first characterize the application by behavior.

This emphasis on behavior is a hallmark of Object-Oriented programming.


Intro OOP, Chapter 3, Slide 10