From: Sarwar R. <raz...@ya...> - 2001-03-26 21:26:55
|
The super method is invoked implicitly on the current object. Hence super(title) is equivalent to this.super(title). All you're doing is calling the superclass (in this case Frame) constructor. You do not need to import any classes for this functionality; all subclasses have access to their superclasses using this construct. -Sarwar --- cindy <inf...@pi...> wrote: > Hi, > The book I'm using to learn Java has a statement > in one of its examples that is "super(title)". > This statement is in a module that extends Frame. > What > qualifiers do I need for "super" and what do I have > to import? > Thanks. > Wayne > > > _______________________________________________ > Jython-users mailing list > Jyt...@li... > http://lists.sourceforge.net/lists/listinfo/jython-users ===== ************************* Sarwar S Raza NMS Software Engineer CommWorks Corporation http://www.wpi.edu/~sraza ************************* __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ |