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
What are inner classes and what is the practical implementation of inner classes?
What is difference between static and non-static fields of a class?
What is the difference between an interface and abstract class?
Explain the meaning of object in object oriented programming?
What is the difference between function overloading and over riding?
What is Overloading ? Is it similar to overriding ?
State about java and its relation to object oriented programming?
Can we use static method definitions in interfaces?
Explain about inheritance in oops?
Explain about overriding polymorphism?
What is virtual multiple inheritance?
Explain persistence?
Explain about the design phase?
What is the difference between an error and an exception?
Why do we separate interface from implementation?