Please consider a donation to the Higher Intellect project. See https://preterhuman.net/donate.php or the Donate to Higher Intellect page for more info.

System Object Model (SOM)

From Higher Intellect Vintage Wiki
Revision as of 18:30, 28 October 2020 by Netfreak (talk | contribs) (Created page with "The System Object Model (SOM) is an object-oriented shared library system developed by IBM. SOM defines an interface between programs, or between libraries and programs, s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The System Object Model (SOM) is an object-oriented shared library system developed by IBM. SOM defines an interface between programs, or between libraries and programs, so that an object's interface is separated from its implementation. SOM allows classes of objects to be defined in one programming language and used in another, and it allows libraries of such classes to be updated without requiring client code to be recompiled.

SOM provides an API that gives programs access to information about a SOM class or SOM object.

See Also