Object graph: Difference between revisions

Content deleted Content added
Corrected grammar
Line 6:
 
==Physical representation==
An object graph is 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 [[Pointerpointer (computingcomputer programming)|pointerspointer]]s or a different type of global handler in higher-level languages.
 
==Examples==