Content deleted Content added
TonyClarke (talk | contribs) Re wording ofthe definition of object |
TonyClarke (talk | contribs) m Typos |
||
Line 1:
In [[computer science]], an '''object''' is a data structure (incorporating data and methods) whose instance is unique from other objects. An object can be conceived of as a sub program which can commuicate with others by receiving or giving
Objects are typically combined in an Object Oriented Program (OOP) to model and to solve a real life problem situation.
|