ch-5 Relationships
ch-5 Relationships
ch-5 Relationships
NAME:-
An association can have a name, and you use that name to
describe the nature of the relationship.
Aggregation
Aggregation is really just a special kind of association and is
specified by adorning a plain association with an open diamond
at the whole end.
Composition:-
Composition is a special form of aggregation within which the
parts are inseparable from the whole.
Hand Finger
COMMON MODELING TECHNIQUES
Modeling Simple Dependencies:-
• Create a Dependency pointing from the class with the operation
to the class used as a parameter in the operation.
Modeling Single Inheritance:-
Given a set of classes, look for responsibilities, attributes and
operations which are common to two or more classes.