|
IT Management >
Systems Design and Development >
Application Development >
Programming >
|
Object-Oriented Programming
|
ALSO CALLED:
Object-Oriented Design,
OOP
DEFINITION: Object-oriented programming (OOP) is a programming language model organized around "objects" rather than "actions" and data rather than logic. Historically, a program has been viewed as a logical procedure that takes input data, processes it, and produces output data. The programming challenge was seen as how to write the logic, not how to define the data. Object-oriented programming takes the view
Definition continues below.
|
|
Object-Oriented Programming Reports
|
|
1 Match
|
Learning Computing: Why object orientated programming works.
sponsored by ComputerWeekly.com
JOURNAL ARTICLE:
Programming is a journey between the real world and a computer. This article explains why object orientation is currently the best way we have of making the journey.
Posted: 05 Jan 2012 | Published: 05 Jan 2012
|
|
| |
OBJECT-ORIENTED PROGRAMMING DEFINITION (continued):
that what we really care about are the objects we want to manipulate rather than the logic required to manipulate them. Examples of objects range from human beings (described by name, address, and so forth) to buildings and floors (whose properties can be described and managed) down to the little widgets on your computer desktop (such as buttons and scroll bars).Getting started with object-oriented programmingThe first step in OOP is to identify all the objects you want to manipulate and how they relate to each other, an exercise often known as data modeling. Once you've identified an object,
Object-Oriented Programming definition sponsored by SearchSOA.com, powered by WhatIs.com an online computer dictionary
|
|
|
|
TechTarget provides enterprise IT professionals with the information they need to perform their jobs
- from developing strategy, to making cost-effective IT purchase decisions and managing their
organizations' IT projects - with its network of
|
|
|
Definitions:
|
|
 |
|
All Rights Reserved,
Copyright 2000 - 2012, TechTarget |
|
|
|
|