G
goo
Guest
yes the test = oA:method(....) is done within the constructor of B. So, I have to define a variable x as class A ?. something like this? constructor of b (oA as class A): x = oA. x:method(....). // seems a bit strange to do it like this.... end constructor.
Continue reading...
Continue reading...