How to Call Only Parent Method with child Handle

In reply to Harjot:

Hi i guess correct approch is to replace
Extended class handle with base class everywhere in source code.
Then in future if wanted to call extended method,that can be done through
Be implemented through Polymorphism.

Thanks
I hope you understood my intention.