This shows you the differences between two versions of the page.
|
en:techniques:programming:object-oriented:inheritance:traits:mechanism [2012/03/17 05:19] marielle Document moved from en:techniques:programming:object-oriented:inheritance:traits-mechamism |
en:techniques:programming:object-oriented:inheritance:traits:mechanism [2012/04/15 03:05] (current) marielle |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ====== Traits :: Composition Mechanisms ====== | ====== Traits :: Composition Mechanisms ====== | ||
| - | **Explicit composition** | + | ===== Explicit composition ===== |
| Derived traits can be built from an unordered list of parent traits, together with new method declarations. | Derived traits can be built from an unordered list of parent traits, together with new method declarations. | ||