I wrote a Jython class that inherits from a Java class and (thats the plan) overrides one method. Everything should stay the same. If I run this nothing happens whereas if I run the Java class it says: usage: java fit.FitServer [-v] host port socketTick
super class) MIT-Africa Internet Technology Initiative 11 ©2005 Inheritance Rules • Use the extends keyword to indicate that one class inherits from another • The subclass inherits all the fields and methods of the superclass • Use the super keyword in the subclass constructor to call ...