Package com.zybooks.dsaj.primer
Class CounterDemo
java.lang.Object
com.zybooks.dsaj.primer.CounterDemo
A demonstration of the use of the Counter class.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CounterDemo
public CounterDemo()
-
-
Method Details
-
main
-
badReset
Invalid attempt to reset a counter instance to zero.- Parameters:
c
- the Counter instance to be reset
-
goodReset
Valid attempt to reset a counter instance to zero.- Parameters:
c
- the Counter instance to be reset
-