Object (computer science): Difference between revisions

Content deleted Content added
No edit summary
Tags: Reverted Mobile edit Mobile web edit
m Reverted edits by 8.38.214.233 (talk) (HG) (3.4.12)
Line 3:
In [[computer science]], an '''object''' can be a [[variable (computer science)|variable]], a [[data structure]], a [[subroutine|function]], or a [[Method (computer programming)|method]]. As regions of [[Memory address|memory]], objects contain a [[Value (computer science)|value]] and are referenced by [[identifier (computer programming)|identifiers]].
 
In the [[Object-oriented programming|object-oriented]] programming [[Programming paradigm|paradigm]], an ''object'' can be a paradigmcombinationcombination of variables, functions, and data structures; in particular in [[class-based programming|class-based]] variations of the paradigm, an object refers to a particular [[Instance (computer science)|instance]] of a [[class (computer science)|class]].
In the [[relational model]] of [[database]] management, an object can be a [[Table (database)|table]] or [[Column (database)|column]], or an association between data and a database entity (such as relating a person's age to a specific person).<ref name=Oppel>{{cite book |first=Andy |last=Oppel |title=SQL Demystified |publisher=McGraw Hill |year=2005| page=7 |isbn=0-07-226224-9}}</ref>