Example Programs
Guessing game applet.
Guessing game applet source code.
Person source code.
School source code.
Person2 source code.
School2 source code.
School3 source code.
Person3 source code.
The direct (concrete) parent for Faculty3 and Student3.
Faculty3 source code.
Inherits from Person3.
Student3 source code.
Inherits from Person3
School4 source code.
Person4 source code.
Abstract class. Student4 and Faculty4 inherit from this and implement the "getType" class.
Student4 source code.
Inherits from Person4 and provides an implementation of the "getType" class.
Facutly4 source code. Inherits from Person4 and provides an implementation of the "getType" class.
Last updated on 06 Jun 2005 by
John Barr