Domanda di colloquio di FactSet

Design a blackjack game.

Risposta di colloquio

Anonimo

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