Object-Oriented Programming Using SOM and DSOM: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 30: | Line 30: | ||
* [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics|Understanding the Basics]] | * [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics|Understanding the Basics]] | ||
** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:SOMObject, | ** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:SOMObject, The Root Of All SOM Classes|SOMObject]] | ||
** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:SOMClass, THE ROOT OF ALL SOM METACLASSES|SOMClass]] | ** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:SOMClass, THE ROOT OF ALL SOM METACLASSES|SOMClass]] | ||
** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:SOM KERNEL CLASSES|SOM Kernel Classes]] | ** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:SOM KERNEL CLASSES|SOM Kernel Classes]] |
Revision as of 23:24, 13 May 2016
Download the source code companion disk.
- Introduction
- Understanding the Basics
- SOMObject
- SOMClass
- SOM Kernel Classes
- SOM RUN-TIME ENVIRONMENT INITIALIZATION
- ATTRIBUTES VS. INSTANCE VARIABLES
- PUBLIC VS. PRIVATE
- INHERITANCE
- PARENT CLASS VS. METACLASS
- METACLASS EXAMPLE
- THE SOMSinglelnstance METACLASS
- DERIVED METACLASS
- METHOD RESOLUTION
- SOM DATA TYPES
- SOM EXCEPTIONS
- SOM CONTEXT
- MODULE STATEMENT