Question: Need help with these classes please! will upvote! Student # 101047681 Deck Class: import java.util.List; /* finish all of the constructors and methods given here
Need help with these classes please! will upvote!
Student # 101047681

Deck Class:
import java.util.List;
/* finish all of the constructors and methods given here */
/* do NOT add any public attributes or methods */
/* add any protected/private attributes you need */
public class Deck{
public Deck(){}
public Deck(int nun_jokers){}
public List
public Card getCard(){return null;}
public void addCard(Card c){}
}
Hand class:
import java.util.List;
public class Hand{ protected List
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
