Is it possible to use instanceVariables when using traits in Pharo Smalltalk?
Trait named: #Personnel
uses:{}
category: 'Test'
and I would like to add some variables that other Classes can use from these traits. Is this possible in Smalltalk?
No. Traits are stateless composable units, which in plain means: no attributes, just methods.
For a more detailed explanation, you can take a look at: http://scg.unibe.ch/archive/papers/Scha03aTraits.pdf
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With