Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
> Why in a class that doesn�t extentds an other you put iin the constructor the method "super"? All objects ultimately are derived from subclasses of the Object class. The call to super() in a class that doesnt explicitly extend another class is making a call to the default constructor in the Object class.
Replies:
|
Sponsored Links
|