Object-Oriented Programming Using SOM and DSOM: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
** [[Object-Oriented Programming Using SOM and DSOM:Hello World in SOM:Execute the Program|Hello World in SOM:Execute the Program]] | ** [[Object-Oriented Programming Using SOM and DSOM:Hello World in SOM:Execute the Program|Hello World in SOM:Execute the Program]] | ||
** [[Object-Oriented Programming Using SOM and DSOM:Hello World in SOM:Sumary|Hello World in SOM:Sumary]] | ** [[Object-Oriented Programming Using SOM and DSOM:Hello World in SOM:Sumary|Hello World in SOM:Sumary]] | ||
* [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics|Understanding the Basics]] | |||
** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:SOMObject, THE ROOT OF ALL SOM CLASSES|Understanding the Basics:SOMObject]] | |||
** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:SOMClass, THE ROOT OF ALL SOM METACLASSES|Understanding the Basics:SOMClass]] | |||
** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:SOM KERNEL CLASSES|Understanding the Basics:SOM KERNEL CLASSES]] | |||
** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:SOM RUN-TIME ENVIRONMENT INITIALIZATION|Understanding the Basics:SOM RUN-TIME ENVIRONMENT INITIALIZATION]] | |||
** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:ATTRIBUTES VS. INSTANCE VARIABLES|Understanding the Basics:ATTRIBUTES VS. INSTANCE VARIABLES]] | |||
** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:PUBLIC VS. PRIVATE|Understanding the Basics:PUBLIC VS. PRIVATE]] | |||
** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:INHERITANCE|Understanding the Basics:INHERITANCE]] | |||
** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:PARENT CLASS VS. METACLASS|Understanding the Basics:PARENT CLASS VS. METACLASS]] | |||
** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:METACLASS EXAMPLE|Understanding the Basics:METACLASS EXAMPLE]] | |||
** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:THE SOMSinglelnstance METACLASS|Understanding the Basics:THE SOMSinglelnstance METACLASS]] | |||
** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:DERIVED METACLASS|Understanding the Basics:DERIVED METACLASS]] | |||
** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:METHOD RESOLUTION|Understanding the Basics:METHOD RESOLUTION]] | |||
** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:SOM DATA TYPES|Understanding the Basics:SOM DATA TYPES]] | |||
** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:SOM EXCEPTIONS|Understanding the Basics:SOM EXCEPTIONS]] | |||
** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:SOM CONTEXT|Understanding the Basics:SOM CONTEXT]] | |||
** [[Object-Oriented Programming Using SOM and DSOM:Understanding the Basics:MODULE STATEMENT|Understanding the Basics:MODULE STATEMENT]] | |||
[[Category:SOM Articles]] | [[Category:SOM Articles]] |
Revision as of 05:34, 10 December 2012
- Preface
- Acknowledgments
- Introduction
- Hello World in SOM
- Hello World in SOM:Some Basic Terminology
- Hello World in SOM:Game Plan
- Hello World in SOM:Development Steps
- Hello World in SOM:Define Hello Interface
- Hello World in SOM:SOM Compile Hello.idl
- Hello World in SOM:Customize the printHello Method
- Hello World in SOM:Create Client Program
- Hello World in SOM:Compile and Link
- Hello World in SOM:Execute the Program
- Hello World in SOM:Sumary
- Understanding the Basics
- Understanding the Basics:SOMObject
- Understanding the Basics:SOMClass
- Understanding the Basics:SOM KERNEL CLASSES
- Understanding the Basics:SOM RUN-TIME ENVIRONMENT INITIALIZATION
- Understanding the Basics:ATTRIBUTES VS. INSTANCE VARIABLES
- Understanding the Basics:PUBLIC VS. PRIVATE
- Understanding the Basics:INHERITANCE
- Understanding the Basics:PARENT CLASS VS. METACLASS
- Understanding the Basics:METACLASS EXAMPLE
- Understanding the Basics:THE SOMSinglelnstance METACLASS
- Understanding the Basics:DERIVED METACLASS
- Understanding the Basics:METHOD RESOLUTION
- Understanding the Basics:SOM DATA TYPES
- Understanding the Basics:SOM EXCEPTIONS
- Understanding the Basics:SOM CONTEXT
- Understanding the Basics:MODULE STATEMENT