Introduction to OOP: Chapter 8: The Solitaire Game
[next]
[previous]
[audio]
[real]
[text]
Features to Note
-
Note how each entry in the list is an Object
-
Every value can be assigned to an Object (its polymorphic)
-
When values are pulled out of the list they must be cast to
the correct type.
Intro OOP, Chapter 8, Slide 10