Vladimir,
In the tutorial i only find the 3.8 version, how do you install 3.9 or 3.10?
Juan Carlos.
2008/3/25, Offray Vladimir Luna Cárdenas <[EMAIL PROTECTED]>:
>
> Hi Juan Carlos,
>
>
> Juan Carlos Bresesti Bosch escribió:
>
> > How can i do this, i'm absolute beginner...
> >
> > JC
> >
>
>
>
I compare a trait to a superclass, in that it can provide implemented
methods, and require (i.e. like template method hooks or callbacks) other
"expected" methods in the class that uses that trait e.g. any state a trait
expects would have some expected accessors.
In your example you could use P