Pergunta de entrevista da empresa FactSet

Design a blackjack game.

Resposta da entrevista

Sigiloso

15 de out. de 2010

I gave the class names: Probably, a "Game" class to drive the events in the game, a "Dealer" and "Player" classes, "Card" and "BlackJackCard" classes because a card in blackjack is a little different than a regular card. Then I gave the general data structures each class would contain.