what is difference between Extend and Include with example?
Answer Posted / parthasarathy
<<includes>> or <<uses>> Here both the use cases should be
satisfied or the return value of one use case will affect
the other.
e.g : Let us take the ATM cash withdrawal. actor -> inserts
card -> enters pin ---<<includes>>--->Verify card.
Here if the second use case returns false ie verification
fails, then the first use case follow the alternate flow or
error flow. It will not continue the regular flow.
<<extends>> Here one use case invoke other. thats all.
| Is This Answer Correct ? | 21 Yes | 11 No |
Post New Answer View All Answers
Explain about structural diagrams?
What is UML diagram in C#?
What are the different elements of a collaboration diagram?
What is object diagram in UML?
Difference between Activity and Sequence Diagram?
What is mean by relational and object dbms?
How does the rule chaining concept works in uml?
Detail the meaning of association?
What is UML and its features?
What are the rules specified for invariants in first order and second order information?
What is profile diagram in UML?
How to backup active directory?
What is the purpose of UML diagrams?
Define link and association?
Detail whether UML can be used as a programming language?