E:\java5\covariant\new>javac FileToScreen.java .\Circle.java:12: translate(int,int) in Circle cannot override translate(int,int) in Shape; attempting to use incompatible return type found : Circle required: Shape public Circle translate(int pX, int pY) ^ .\Rectangle.java:16: translate(int,int) in Rectangle cannot override translate(int,int) in Shape; attempting to use incompatible return type found : Rectangle required: Shape public Rectangle translate(int pX, int pY) ^ Note: FileToScreen.java uses or overrides a deprecated API. Note: Recompile with -deprecation for details. 2 errors