System.out.println("The hide method in Earth.");
Earth myEarth = new Earth(); Planet myPlanet = (Planet)myEarth; myPlanet.hide(); myPlanet.override();
System.out.println("The override method in Earth.");