Skip to content

venugopalraog/52DeckCardProgram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

52DeckCardProgram

Files:

src/deckofcards/Card.java – This file contains basic Card class which can hold the type of suite and Rank or number of the Card. Provides methods to convert Suits, Ranks into String.

src/deckofcards/IDeckOfCards.java – This is interface file which provides methods like initialize, shuffle, deal, getItem for performing basic operation on Deck Of Cards.

src/deckofcards/DeckOfCards52.java – This file implements the IDeckOfCards interface and implements the methods for 52 Deck of Cards.

src/deckofcards/DOC52UnitTest.java - Unit Test case file for verifying the methods provided by DeckOfCards52 class.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages