Difference: 'uses', 'extends', 'includes'
Answer Posted / naveen sisupalan
If one usecase must use another usecase, then use include
relationship. If one use case may use another usecase, then
use extends relationship. uses relationship is defined in
UML 1.1.
| Is This Answer Correct ? | 34 Yes | 26 No |
Post New Answer View All Answers
Why abstraction is important?
Difference between abstraction and implementation hiding ?
What is the main use of message metaphor in object-oriented programming?
Difference between class and an object?
What is the use of destructive method?
What are extrinsic and intrinsic connections in object-oriented programming?
Explain what is meant by polymorphism?
What is a nested interface?
What is the use of ‘finalize’?
What is a final variable?
Explain about multiple inheritance?
Do we require parameter for constructors?
What are a base class, subclass, and superclass?
What is garbage collection(gc)?
Can encapsulation be called as a security device?