Object Oriented Software Engineering View all facts Glossary Help |
| subject > responsibility > adding and deleting links of associations |
| adding and deleting links of associations comparison table | ||||
| Subject | has definition | be | is a kind of | omit from |
|---|---|---|---|---|
| responsibility | Something a system is required to do that is allocated to a particular class | subject | ||
| adding and deleting links of associations | complex since there is the need to collaborate with other classes to ensure the bi-directional nature of most associations is maintained properly | responsibility | a model because the presence of such responsibilities can largely be inferred from the class diagram |
Next responsibility: computing numerical results Up: responsibility Previous responsibility: setting and getting values of attributes