EECS 2030 E, Fall 2015

Take-A-Number Dispenser

 

Your Task

Implement a class, using the singleton design pattern, that encapsulates a take-a-number dispenser. One such device is pictured below. The class should implement this API and include the necessary Javadoc. Once implemented, test your code using the tester class here.


(Stock photo courtesy of 123RF.com.)

 

 

 

--- End of Exercise ---