Object-Oriented Programming Using SOM and DSOM: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 34: | Line 34: | ||
** [[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]] | ||
** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:SOM RUN-TIME ENVIRONMENT INITIALIZATION|SOM Run-time Environment Initialization]] | ** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:SOM RUN-TIME ENVIRONMENT INITIALIZATION|SOM Run-time Environment Initialization]] | ||
** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics: | ** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:Attributes vs. Instance Variables|Attributes vs. Instance Variables]] | ||
** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:PUBLIC VS. PRIVATE|Public vs. Private]] | ** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:PUBLIC VS. PRIVATE|Public vs. Private]] | ||
** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:INHERITANCE|Inheritance]] | ** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:INHERITANCE|Inheritance]] |
Revision as of 20:07, 12 September 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