On Pharo 11, is it possible to programatically change the traits of a defined class?

23 Views Asked by At

On an already created class MyClass that subclasses Object, it is possible to execute MyClass subclass: SomeNewClass to change it's superclass.

It is possible to make something similar to traits so that I can add or remove them from MyClass?

0

There are 0 best solutions below