Content deleted Content added
Added link to Traits implementation |
No edit summary |
||
Line 1:
In [[computer programming]], a '''trait''' is an [[abstract type]], used as a "simple conceptual model for structuring [[object oriented]] programs."[http://web.cecs.pdx.edu/~black/publications/TR_CSE_02-012.pdf]. Traits are similar to [[mixin]]s, but may include definitions for class methods. Traits have been proposed for inclusion in [[Smalltalk]]
Traits were initially developed at the Software Composition Group, [[University of Berne]].
|