␡
- Objects, Components, and COM
- Abstraction and Class Modeling
- Encapsulation
- Polymorphism
- Inheritance
- Association Relationships
- One-to-One Relationships
- One-To-Many Relationships
- Class and Object Naming Conventions
- Component-Based Development
- Component-Based Development and COM
- COM-Definable Entities
- Component Coupling
- Summary
Association Relationships
After we have defined the basics of classes with simple property types, we can expand our view to show that classes can have associative relationships with other classes. For example, a class might reference another class in a one-to-one manner, or a class might reference a group of other classes in a one-to-many fashion.