0
/ 50
You are writing a declaration for a new class called King
that represents a chess piece, and it has already been started for you below....
Searching for: extends
You are writing a declaration for a new class called King
that represents a chess piece, and it has already been started for you below....
Below is a ChessPiece
class that we will be using as a superclass for a Queen
subclass.
public class ChessPiece { // the location of this...