How to Call Only Parent Method with child Handle

In reply to Harjot:

The extended class handle only knows of the local function. You need to assign to a base class handle to access the base class function.

Is there a reason that this won’t work for you?