search for: tp1690866p1690879

Displaying 1 result from an estimated 1 matches for "tp1690866p1690879".

2010 Mar 25
1
Abstract classes
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 goal is to end up with a more flexible/extensible design than could be achieved with