During lecture, my professor very quickly created a subclass in Eclipse.
The result has the \"extend\" keyword added to the subclass. I didn\'t see what buttons he
Right click on project name on Package Explorer + Add New Class + Type package Name, Name (sub-class name), and Super class (or Click on Browse to choose super class).
Package Explorer
New
package
Name
Super class