The Department of Computer Science & Engineering
|
|
STUART C. SHAPIRO: CSE
115 C
|
myMethod(parameters), you
may call the version of myMethod(parameters)
defined in the superclass as
super.myMethod(arguments)
MyClass calls
super() as it's first line.
MyClass's superclass in a constructor, but it
must be the first line.