Re: How does Boolean ifTrue work?
Posted by
Esteban A. Maringolo on
Oct 31, 2016; 3:06pm
URL: https://forum.world.st/How-does-Boolean-ifTrue-work-tp4920873p4920902.html
2016-10-31 11:58 GMT-03:00 CodeDmitry <
[hidden email]>:
> Ah so it's more of a "dynamic abstract class" than a "dynamic interface", so
> they do get visited during the traversal of the inheritence chain(rather
> than skipped immediately to Object).
I don't know what you mean by "dynamic". The whole object system of
Smalltalk is dynamic by design.
Esteban A. Maringolo