Question d’entretien chez FactSet

Design a blackjack game.

Réponse à la question d'entretien

Utilisateur anonyme

15 oct. 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.