Object (computer science): Difference between revisions

Content deleted Content added
Added See Alsos
Re wording ofthe definition of object
Line 1:
In [[computer science]], an '''object''' is anythinga thatdata structure (incorporating data and methods) whose instance is unique from other objects. An object can be eitherconceived inputof as a sub program which can commuicate with others by receiving or outputgiving suchisnstructions anbased immediateon numberits, or the other's, data or methods. Data can consist of numbers, [[literal string]]s, variable orvariables, [[reference (computer science)|reference]].
 
Objects are typically combined in an Object Oriented Program (OOP) to model and to solve a real life problem situation.
 
== See Also: ==