Trait (computer programming)

This is an old revision of this page, as edited by 84.10.197.81 (talk) at 19:06, 8 May 2007. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Traits are a type of abstract type, used as a "simple conceptual model for structuring object oriented programs."[1]. Traits are similar to mixins, but may include definitions for class methods. Traits were proposed for inclusion in Smalltalk, ActionScript 3.0, and are found in Perl 6 and Scala. And "module mixins" in Ruby is like traits in some degree.

Traits have initiall been developed at the Software Composition Group, University of Bern.