Well, think about it. If you have many large methods that you want to re-use, then a class for them is definitely suitable.
If they're just a couple of small methods, it's not gonna hurt to redefine them all in their own classes. ;)
I do not know of a way of doing what you're trying to do, though.
If they're just a couple of small methods, it's not gonna hurt to redefine them all in their own classes. ;)
I do not know of a way of doing what you're trying to do, though.