Skip to content
Prev 22642 / 63424 Next

Pb with .findInheritedMethods

John Chambers <jmc at r-project.org> writes:
If you have written an initialize method, then it is likely because
you want to do something other than just fill slots.  A subclass will
most likely need to define its own initialize method and in this case,
I'm not sure passing ... will matter.
Unless that isn't the behavior one desires (and I would claim this is
a rather common situation).  As part of the user interface to the
class, the developer may want to decouple the intitialization
interface from specific slot names.


+ seth