public class Child2 extends Parent { /** * Returns the String object "Child2". * * @return the String object "Child2". * */ public String getClassName() { return "Child2"; } // method getClassName } // class Child2