hi
In my scenario, a class A has attribute of class B, which B has a method called mthd
my question is, is there any possibility to get back objA reference within method call objA->objB->mthd?
thanks in advance
lpc