not if the semantics you need are that the method is available from a program. sure, I suppose you could make a module that in turn has a class within it that is instantiated by overriding `()() in the module, but that seems like an awful lot of work, especially if you're doing it in c, and it makes subclassing very difficult.
Class methods are something that's an integral part of a number of Object oriented languages, and there's really no equivalent in Pike.
Bill
On Wed, 11 Oct 2006, Martin [iso-8859-1] B�hr wrote:
and you can't solve that through a module?
greetings, martin.