Object Oriented Software Engineering View all facts Glossary Help |
subject > programming language construct > class > association class |
association class comparison table |
Subject | is a kind of | is a subtopic of | name using | has definition | attach to |
---|---|---|---|---|---|
class | programming language construct | 9.2 - Principles Leading to Good Design | A software module that provides both procedural and data abstraction. It describes a set of similar objects, called its instances | ||
association class | class | 5.3 - Associations and Multiplicity | a noun that reflects the meaning of the association | A class whose instances are associated with links of a (usually many-to-many) association | an association |
Next class: base class Up: class Previous class: aggregate