Skip to main content
Top

2003 | OriginalPaper | Chapter

Traits: Composable Units of Behaviour

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

Published in: ECOOP 2003 – Object-Oriented Programming

Publisher: Springer Berlin Heidelberg

Activate our intelligent search to find suitable subject content or patents.

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.

Metadata
Title
Traits: Composable Units of Behaviour
Authors
Nathanael Schärli
Stéphane Ducasse
Oscar Nierstrasz
Andrew P. Black
Copyright Year
2003
Publisher
Springer Berlin Heidelberg
DOI
https://doi.org/10.1007/978-3-540-45070-2_12

Premium Partner