[R] 2 setGeneric's, same name, different method signatures
Greg Minshall
minshall at umich.edu
Fri Feb 15 22:36:32 CET 2013
William,
> and here mention "intra-class name clashes" (I'm not sure what you
> mean by this).
sorry, i meant, in something like C++, if i have a class Foo and you
have a class Bar, then i can invent whatever method names/signatures i
want, independent of whatever method names/signatures *you* want. *i*
just need to make sure i don't introduce incompatible methods with the
same name/signature *within* Foo.
cheers, Greg
More information about the R-help
mailing list