Package edu.pdx.cs410J.lang
Class SayWhat
java.lang.Object
edu.pdx.cs410J.lang.SayWhat
This class has a main method that demonstrates the effects of
inheritance and virtual method dispatches using the animal class
hierarchy.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SayWhat
public SayWhat()
-
-
Method Details
-
main
This main method creates a number of animals and prints out their names and what they say.
-