about
12/05/2022
CompoundObjects Repo
CompoundObjects Repository
Carefully examines initialization processing for Compound Objects
Quick Status
1.0 Concept
- Inheritance: an "is-a" relationship
- Composition: ownership by inclusion of one class instance by another
- Aggregation: ownership by including of a reference of one class instance by another
- Using: non-ownership relationship where one class uses an instance of another it did not create
Example: TextFinder
2.0 Build
3.0 Resources
DesignNote-CppClassRelationships.html