Coordinate constructor

const Coordinate(
  1. int row,
  2. int col
)

Implementation

const Coordinate(int row, int col) : super(row, col);