CM OOP

Object Oriented Programming

A technology for writing programs that are made up of self-sufficient modules that contain all of the information needed to manipulate a given data structure. The modules are created in class hierarchies so that the code or methods of a class can be passed to other modules. New object modules can be easily created by inheriting the characteristics of existing classes.

See: object, object oriented design.

-- PatrickEgan? - 18 Dec 2002