hi, all
this question is a typical question, i have met before.
i think it would like this,
when get variable, it refer to the class, so b.x is Base.x; and method is danymic('cause
polymorphism), so it is refer to real method pointer, and b.method() is SubBase.method(), reference to it's real method().
wish can help you
michael