What is Object Oriented Programming?

In Java everything is an object or a class (or a piece of one or a collection of several).

Objects send messages to each other by calling methods.

Instance methods belong to a particular object.

Static methods belong to a particular class.


Previous | Next | Top | Cafe au Lait

Copyright 1997, 2006 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified April 6, 2006