Object (computer science): Difference between revisions

Content deleted Content added
I287 (talk | contribs)
No edit summary
Tag: Reverted
m Block evasion : See block log
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]], they contain [[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 combination of variables, functions, and data structures; in particular in [[class-based programming|class-based]] variations of the paradigm it 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>