LLD - Design — Chess Game
A
Board class stores pieces in a 2D array but does not check bounds before accessing. What problem can occur when accessing board[-1][0]?