HELP! * GREY=local LOCAL HTML version of Foils prepared July 10 1996

Foil 138 Summary of Object-Oriented Concepts - I

From Basic Lectures on Java Language Applets Graphics Networking Trip to China and Icase Tutorial -- July 12-28 and June 10-13 96. by Geoffrey C. Fox * See also color IMAGE

Class: A template for an object which contains variables and methods which can be inherited from other superclasses and whose calling sequence and existence can be defined by interfaces
Object or Instance: A particular realization of some class; different instances usually have different values for their variables or instances but the same methods
Simple types: variables defined by int, char etc. are NOT objects but each has an associated wrapper class which can be used with greater power but lower efficiency
Superclass: A class further up in the inheritance tree
Subclass: A class further down in the inheritance tree
Abstract classes:contain abstract methods which are not implemented and only define interfaces. Subclasses will provide implementations



Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Tue Feb 18 1997