First page
Back
Continue
Last page
Graphics
Defining Subclasses (cont'd)
Suppose SomeOtherClass is to be a subclass of SomeClass and use its constructors
Use the extends clause
Use the super keyword to call the superclass's constructor: