Skip to main content

2003 | OriginalPaper | Buchkapitel

Traits: Composable Units of Behaviour

verfasst von : Nathanael Schärli, Stéphane Ducasse, Oscar Nierstrasz, Andrew P. Black

Erschienen in: ECOOP 2003 – Object-Oriented Programming

Verlag: Springer Berlin Heidelberg

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Despite the undisputed prominence of inheritance as the fundamental reuse mechanism in object-oriented programming languages, the main variants—single inheritance, multiple inheritance, and mixin inheritance—all suffer from conceptual and practical problems. In the first part of this paper, we identify and illustrate these problems. We then present traits, a simple compositional model for structuring object-oriented programs. A trait is essentially a group of pure methods that serves as a building block for classes and is a primitive unit of code reuse. In this model, classes are composed from a set of traits by specifying glue code that connects the traits together and accesses the necessary state. We demonstrate how traits overcome the problems arising from the different variants of inheritance, we discuss how traits can be implemented effectively, and we summarize our experience applying traits to refactor an existing class hierarchy.

Metadaten
Titel
Traits: Composable Units of Behaviour
verfasst von
Nathanael Schärli
Stéphane Ducasse
Oscar Nierstrasz
Andrew P. Black
Copyright-Jahr
2003
Verlag
Springer Berlin Heidelberg
DOI
https://doi.org/10.1007/978-3-540-45070-2_12

Premium Partner