Difference: 'uses', 'extends', 'includes'
Answer Posted / prakatheesh
The <<include>> relationship means that the flow of that
use case is always included.
But a <<extend>> relationship means that the flow of the
extending use case is only
included under specific conditions, which must be specified
as the extension point of the
use case being extended.
| Is This Answer Correct ? | 32 Yes | 6 No |
Post New Answer View All Answers
How to make a class accessible as a web service?
What is composition? Explain the purpose of composition.
Can encapsulation be called as a security device?
What is the difference between data hiding and implementation?
What is serialization? How do we implement serialization actually?
What's the main difference between arraylist / hashmap and vector / hashtable?
What is inheritance in java?
Explain the purpose of composition.
Why is java not fully objective oriented?
What is an abstraction?
What is the use of interface?
How do you prevent a class from being inherited by another class?
Why is message passing between the objects important?
What is static polymorphism?
Is is possible to define our own functional interface?