Introduction to OOP: Chapter 8: The Solitaire Game
[next]
[previous]
[audio]
[real]
[text]
Features to Note
-
Again, the use of super in the constructor.
-
Access to static functions, such as the random number generator
-
The use of static data fields as a substitute for
global data values (Solitare.discardPile).
Intro OOP, Chapter 8, Slide 19