GIS Dictionary
Definitions for GIS terms related to operations such as analysis, GIS modeling and web-based GIS, cartography, and Esri software.
Now available for purchase: A to Z GIS: An illustrated dictionary of geographic information systems.
Search the GIS Dictionary:
GIS Bibliography
Researching GIS?
Search the GIS Bibliography for a vast index of books, journals, conference proceedings and reports.
object-oriented programming
-
[programming]
A programming model in which related tasks, properties, and data structures are enclosed inside an object, and work is done when objects make requests and receive results from other objects. For example, a billing program may contain an object that maintains customer records. That object may pass information to another object that handles mailing statements, and another object that handles customer payments may ask it to update a customer record when a payment is received.