Skip to content

uutahan/backend-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Backend Study - Question 3

  • I created general Card data structure which have Suit and int value. Suit can be Diamond, Spade, Heart, Club and int value is the number representing the card.
  • Then we have BlackjackCard which inherits from Card class and override its value() method.
  • Inside BlackjackCard we re-implement value() method according to the rules of the Blackjack.

About

Backend Study - Question 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages