Lecture 1, 8/30/2017
Cards: A demo of a program illustrating enum types, abstract classes, and inheritance.
CardInterface.java
AbsCard.java
Card.java
OtherCard.java
Deck.java
We will continue this example in the next lecture.