Object graph: Difference between revisions

Content deleted Content added
SmackBot (talk | contribs)
m Date/fix the maintenance tags or gen fixes using AWB
Line 7:
== Examples ==
{{Expand|date=March 2007}}
Object graph is a term often used with object-oriented applications. Object-oriented applications contain complex webs of interrelated objects. Objects are linked to each other by one object either owning or containing another object or holding a reference to another object. This web of objects is called an object graph.
 
Eg
A -> B, C
B -> D
C -> A, D
D -> B, A
 
== See also ==