Posted by Janwillem Borleffs on 05/29/05 00:18
Ollie wrote: > in a code like the above, how can you force all the inherited classes > to implement a method like init() ? > Not possible, because only the class that extends the abstract class is forced to implement the method. Other classes just inherit the method. JW
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming