public class Die { // data member / instance variables // methods // Certainly a constructor... // Perhaps a method that reveals the state of the die. // that is, returns its data member. // Perhaps a method that changes the state of the die. // What do you do to a die to change its state? } // end of Die class