Create a generic class with a type parameter that simulates


Question: Create a generic class with a type parameter that simulates drawing an item at random out of a box. This class could be used for simulating a random drawing. For example, the box might contain Strings representing names written on a slip of paper, or the box might contain Integers representing a random drawing for a lottery based on numeric lottery picks. Create an add method that allows the user of the class to add an object of the specified type along with and is Empty method that determines whether or not the box is empty. Finally, your class should have a draw Item method that randomly selects an object from the box and returns it. If the user attempts to drawn an item out of an empty box, return null. Write a main method that tests your class.

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Create a generic class with a type parameter that simulates
Reference No:- TGS02404877

Now Priced at $10 (50% Discount)

Recommended (95%)

Rated (4.7/5)