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

You can call die or whatever. But I guess subclass is not what you should do. You should create a new class and delegate the supported functions to a instance of your other class.
Boris
  • Comment on Re: How to delete a method in a subclass?