in reply to Re: How to delete a method in a subclass?
in thread How to delete a method in a subclass?

Respectfully, I don't think that this is a very good idea.

To be clear, if you delete the code in the base module, then when you or someone else goes to use that module in the future, it won't work.

Far better to redefine the offending subs.

  • Comment on Re^2: How to delete a method in a subclass?