Class OverrideSuperclass

java.lang.Object
edu.pdx.cs410J.j2se15.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