�� 1) each instance of A is becomed into its corresponding instance of A'�� 2) finally we become class A into A'�� �� �� This step will make that old instances of A now have:�� �� �� �� ��- the old format�� �� �� �� ��- but point to the new class A
c1 := Class1 new.c2 := Class2 new.c1 becomeForward: c2.Class1 allInstances "=> #()".