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
What is a pattern?
What is crc card?
What are components of an mvc architecture?
Explain the types of diagrams in UML.
What is UML Architecture?
What is Activity diagram in UML?
Why is UML used?
What are the different approaches to store knowledge?
Define modeling in UML and it advantages.
Is Visio a UML tool?
Why analysis is a major part in object designing?
Explain about dynamic diagrams?
What are class diagrams in UML?
What is collaboration diagram in UML?
What is UML and its features?