Hello!

I want to write my own loaders but I don't understand the class hierarchy. I
find the following in the doc:

public class ObjectFile extends java.lang.Object implements Loader
public interface Loader
public abstract class LoaderBase extends java.lang.Object implements Loader

If ObjectFile and LoaderBase both implement Loader, why is LoaderBase
abstract? Is it a dummy? It is written (in the doc for LoaderBase) "This
class implements the Loader interface. To use a file loader would extend
this class." If this is right, what is Loader for?

I guess there is something wrong about my understanding of classes,
inheritance and Java in general but if you can give me a clue, I would
appreciate!

Thanks!

DB


Dominique Beauchamp, Ph.D.
mailto:[EMAIL PROTECTED]
http://www.geocities.com/dom_beau
http:[EMAIL PROTECTED]

V.P. Soci�t� Royale d'Astronomie du Canada, centre de Qu�bec
(http://www.globetrotter.net/sracqc)

Membre du Centre d'Observation Astronomique des Monts Notre-Dame

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to