Answer Posted / kumar rohit
First of all I like to mention that "extends" & "includes"
are use case relationships, and "uses" relationship is now
excluded in UML 2.0 standard.
Differences b/w includes & extends:
1> The included use case is always used to augment the
executing use case while the extension use case might be
used to augment the executing use case.
2> The executing use case decides when to call the included
use case. The included use case is unaware of the base use
case while The extension use case decides when it will
insert itself into the execution of the base use case. The
base use case is unaware of the extension.
3> The relationship arrow is drawn from the executing use
case to the included use case. The base of the arrow
indicates that the base use case directs the included use
case to execute while the relationship arrow is drawn from
the extension use case to the executing use case. The base
of the arrow indicates that the extension use case is
making the decision whether to interrupt the executing use
case.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is sdlc (software development life cycle)?
What is a uml package?
What are the advantages of creating a model?
What are the relationships in UML?
What are the different types of UML diagrams?
What is the need of UML diagrams?
What is message-passing?
What are the elements which are used in activity diagrams?
What are the key principles that underlie patterns?
What is modeling? What are the advantages of creating a model?
What do you understand by relationships in uml?
Name 9 modeling diagrams that are frequently used?
What are the basic notational elements which can make up a diagram?
What is mean by a component?
What are boundary, entity and control classes?