You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a programmer I want to include a whole class as a trait into my target class. If I do so, my target class should respond also to the protocols of the trait(s). In case of conflicts, nothing will be included, but the programmer dude sees some error.
For example I want to give my Marbles class an Array like behavior so I want to include the whole Array class as a Trait.
The text was updated successfully, but these errors were encountered:
As a programmer I want to include a whole class as a trait into my target class. If I do so, my target class should respond also to the protocols of the trait(s). In case of conflicts, nothing will be included, but the programmer dude sees some error.
For example I want to give my Marbles class an Array like behavior so I want to include the whole Array class as a Trait.
The text was updated successfully, but these errors were encountered: