Salesforce Interview Question

Design and write some code for the game of Minesweeper.

Interview Answer

Anonymous

Jan 2, 2017

Talked about the OO design considerations I would apply and then wrote some methods, such as the game constructor and the play() method.