> > mmm, namespaces in interfaces would be a cheap solution to method > overloading. > > v1 function doThis(); > v2 function doThis(); > > Ugly though...
I agree it could work, but indeed it will lead to some pretty iffy looking code ;(
> > mmm, namespaces in interfaces would be a cheap solution to method > overloading. > > v1 function doThis(); > v2 function doThis(); > > Ugly though...
I agree it could work, but indeed it will lead to some pretty iffy looking code ;(