ComputerDictionaries.org      Computer terms spelled out...
Home -› object-oriented programming
Online dictionary
 

Dictionaries by Category


High-Tech News

Definition Of:

object-oriented programming

Computer DictionaryFOLDOC Computer Dictionary
<programming> (OOP) The use of a class of programming languages and techniques based on the concept of an "object" which is a data structure (abstract data type) encapsulated with a set of routines, called "methods", which operate on the data. Operations on the data can _only_ be performed via these methods, which are common to all objects that are instances of a particular "class". Thus the interface to objects is well defined, and allows the code implementing the methods to be changed so long as the interface remains the same.
Each class is a separate module and has a position in a "class hierarchy". Methods or code in one class can be passed down the hierarchy to a subclass or inherited from a superclass. This is called "inheritance".
procedure call is described as invoking a method on an object (which effectively becomes the procedure's first argument), and may optionally include other arguments. The method name is looked up in the object's class to find out how to perform that operation on the given object. If the method is not defined for the object's class, it is looked for in its superclass and so on up the class hierarchy until it is found or there is no higher superclass.
OOP started with SIMULA-67 around 1970 and became all-pervasive with the advent of C++, and later Java. Another popular object-oriented programming language (OOPL) is Smalltalk, a seminal example from Xerox's Palo Alto Research Center (PARC). Others include AdaObject PascalObjective CDRAGOONBETAEmeraldPOOLEiffelSelfOblogESPLoopsPOLKA, and Python. Other languages, such as Perl and VB, permit, but do not enforce OOP.
FAQhttp://zgdv.igd.fhg.de/papers/se/oop/http://cuiwww.unige.ch/Chloe/OOinfo.
Usenet newsgroup: news:comp.object.
(2001-10-11)

(c) Copyright 1993 by Denis Howe
Computer DictionaryVb Glossary 1.0
object-oriented programming

In contrast with procedural programming, involves the use of both object-oriented design and an object-oriented programming language. Instead of consisting of sets of data loosely coupled to many different procedures, object-oriented programs consist of software modules called objects that encapsulate both data and processing while hiding their inner complexities from programmers and hence from other objects.

 

Computer Dictionary INDEX:

List of Terms: Terms beginning with "A", Page 1

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z µ 0 1 2 3 4 5 6 7 8 9
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26

A: Page 1 of 243.

A
A & B CUTTING
A Call to arms
A Hardware Progra...A Language Encour...A Language for At...
A Language with a...A Manufacturing L...A OR B WIND
A PArse REquest L...A Programming Lan...A Simulation Proc...

Other Resources

Online Dictionary

WhatIs.com - Tech Dictionary & Encyclopedia

Webopedia

FOLDOC Computing Dictionary

IBM Terminology

Microsoft Glossary

HP Computing glossary

Oracle Glossary

Computer History Museum

FILExt - The File Extension Source

ComputerUser Dictionary


Home   |   Translation  |   Dictionary   |   About Us   |   Contact Us
ComputerDictionaries.org
  Powered by Babylon - Translation Software
Copyright 2008, ComputerDictionaries.org. All rights reserved.