Object graph: Difference between revisions

Content deleted Content added
Fixed typo; it's --> is
Fixed typos; Ram --> RAM; handlers --> handler.
Line 6:
 
==Physical representation==
An object graph is a [[directed graph]], which might be [[Cycle graph|cyclic]]. When stored in [[Random access memory|RamRAM]], 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 handlershandler in higher-level languages.
 
==Examples==