FactSet Interview Question

Design a blackjack game.

Interview Answer

Anonymous

Oct 15, 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.