3 of 3
replaced http://stackoverflow.com/ with https://stackoverflow.com/
The ranks, suits, and cards should all be immutable. I used enums for rank, suit, and card. sample code is here. i used an abstract Cards class which held an array of cards and extended that to a deck class and a hand class.
Ray Tayek
- 131
- 6
default