Re: [R] Abstract classes

2010-03-26 Thread Albert-Jan Roskam
Thu, 3/25/10, Sharpie wrote: From: Sharpie Subject: Re: [R] Abstract classes To: r-help@r-project.org Date: Thursday, March 25, 2010, 5:02 PM Albert-Jan Roskam wrote: > > Hi R lovers, > > I'm looking for more information about, and implementations of abstract > classes.

Re: [R] Abstract classes

2010-03-25 Thread Sharpie
Albert-Jan Roskam wrote: > > Hi R lovers, > > I'm looking for more information about, and implementations of abstract > classes. After reading "Head First Design Patterns" (O'Reilly). I want to > know whether I could use this to build an interface, i.e. a placeholder > for all possible methods

[R] Abstract classes

2010-03-25 Thread Albert-Jan Roskam
Hi R lovers, I'm looking for more information about, and implementations of abstract classes. After reading "Head First Design Patterns" (O'Reilly). I want to know whether I could use this to build an interface, i.e. a placeholder for all possible methods in the underlying subclasses. The final