Object graph: Difference between revisions

Content deleted Content added
No edit summary
Fixed typo; it's --> is
Line 6:
 
==Physical representation==
An object graph it'sis a [[directed graph]], which might be [[Cycle graph|cyclic]]. When stored in [[Random access memory|Ram]], objects occupy different segments of the memory with their attributes and function table, while relationships are represented by [[Pointer_(computing)|pointers]] or a different type of global handlers in higher-level languages.
 
==Examples==