vix.ing · top · new · best · stats

Object-oriented design: a responsibility-driven approach

1989/09/01 by Rebecca Wirfs-Brock, Brian Wilkerson · 4 citations
Computer Science · #Advanced Software Engineering Methodologies #Logic, programming, and type systems #Software Engineering Research

paper · doi:10.1145/74877.74885

openalex publication_date 1989/09/01 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/29

Abstract

Object-oriented programming languages support encapsulation, thereby improving the ability of software to be reused, refined, tested, maintained, and extended. The full benefit of this support can only be realized if encapsulation is maximized during the design process.We argue that design practices which take a data-driven approach fail to maximize encapsulation because they focus too quickly on the implementation of objects. We propose an alternative object-oriented design method which takes a responsibility-driven approach. We show how such an approach can increase the encapsulation by deferring implementation issues until a later stage.

Cited by