Basic HTML version of Foils prepared May 12 1996

Foil 78 Summary of Object-Oriented Concepts - I

From CRPC Lectures on Java Language Applets Graphics CRPC Annual Meeting Tutorial -- May 14,1996. by Geoffrey C. Fox


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 Sun Dec 14 1997