Name: CHUMPY CS STUDENT 2010-12-07 20:53
public class Player extends Piece { ... }
/* ... */
public static Piece inputPiece() { ... }
/* ... */
Player playa = inputPiece();ChumpyProgram.java:43: incompatible types
found : Piece
required: PlayerSo what the fuck is the point of inheritance if you can't do that?