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
Explain about uml?
What is data encapsulation and what's its significance?
Can you call the base class method without creating an instance?
What is the default access modifier in a class?
What is the benefit of Composition over Inheritance?
what is virtual function and pure virtual function ?
What is diamond inheritance problem? How java 8 solves this problem?
Can you instantiate an abstract class and what is an inner class?
What are abstract classes?
Differences between functional programming and object-oriented programming?
What is the base type from which all structs inherit directly?
What are a base class, subclass, and superclass?
What is the use of destructive method?
How do we implement serialization actually?
Explain about inheritance in oops?