unread
Stanislav Malyshev wrote:
in that situation A::find(); would not be able to know it was being
called by B::find() because parent:: is considered an explicit class
name reference.It will be, just not by means of parent::.
I am missing something....then by what means?