in reply to How to delete a method in a subclass?

I guess you just fire up the old text editor and delete the lines of code that define the methods.
  • Comment on Re: How to delete a method in a subclass?

Replies are listed 'Best First'.
Re^2: How to delete a method in a subclass?
by Thelonious (Scribe) on Dec 18, 2004 at 12:40 UTC
    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.