Hi everybody,
I am
testing a few concepts about variable scope and accesibility to shadowed variables from subclasses.
My question is, given the following code, is there a way to access the SuperSuperClass´s
string from the commented line?
Thank you!