Composable Units of Behaviour

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.

~

SCHÄRLI, Nathanael, DUCASSE, Stéphane, NIERSTRASZ, Oscar and BLACK, Andrew P., 2003. Traits: Composable Units of Behaviour. In: CARDELLI, Luca (ed.), ECOOP 2003 – Object-Oriented Programming. Berlin, Heidelberg: Springer. 2003. p. 248–274. Lecture Notes in Computer Science. ISBN 978-3-540-45070-2. DOI 10.1007/978-3-540-45070-2_12.