public class Master { private Player[] player; public void declareWin(Player winner) { } public void prepareGame(Hand cards) { } public void startGame() { } public void registerPlayer(Player player) { } }