On 6/13/2012 11:46 PM, Jacob Carlborg wrote:
Is it possible, somehow, to emulate adding new _static_ methods to a class, something like this:void fooBar (/*something*/, int x) {} Making this possible: Foo.fooBar(4);
What's the compelling use case?
On 6/13/2012 11:46 PM, Jacob Carlborg wrote:
Is it possible, somehow, to emulate adding new _static_ methods to a class, something like this:void fooBar (/*something*/, int x) {} Making this possible: Foo.fooBar(4);
What's the compelling use case?