SV: [R] Documentation of S3 and S4 classes, inheritance

Ross Boylan ross at biostat.ucsf.edu
Tue May 24 00:47:16 CEST 2005


On Tue, 2005-05-24 at 00:31 +0200, Søren Højsgaard wrote:
> >One of the things that S3 is lacking is clearly multiple inheritance,
I thought if you wanted C to inherit from A and B you could, in S3,
just   
   class(aCObject)<- c('C', 'A', 'B')
While the ordering is arbitrary, that's usually the case with multiple
inheritance.




More information about the R-help mailing list