Class OverrideSuperclass

java.lang.Object
edu.pdx.cs.joy.lang.OverrideSuperclass
Direct Known Subclasses:
OverrideExample

public class OverrideSuperclass extends Object
This class contains one method that is overridden in a subclass. Because the subclass's method is annotated with an Override annotation, it will no longer compile if the method is removed from this class, the superclass.
Since:
Winter 2005
Author:
David Whitlock