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
Explain what you understand by function overloading.
Explain what is object oriented programming language?
Can we access interface static method using interface references?
Tell me something about abstract classes?
What is the default access modifier in a class?
What are abstract functions? Why are they used?
What is @functionalinterface?
What is an abstraction and why is it important?
What is the use of finalize method?
How do we implement serialization actually?
What is the practical implementation of inner classes?
What is a nested interface?
What do you mean by virtual function and virtual classes?
What is static and dynamic Binding?
What is difference between static and non-static fields of a class?