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
Can you create an instance of an abstract class?
Can you give some examples of tokens?
What is operator overloading and polymorphism?
What does the “abstract” keyword mean in front of a method? A class?
What is the purpose of late binding in object-oriented programming?
What is the function of dynamic typing?
Describe inheritance and non-inheritance of a derived class?
What is difference between polymorphism and normalization?
What are all the operators that cannot be overloaded?
What is the difference between an abstract class and interface in java?
What are the basic concepts of oop?
Explain the abstract class modifier?
Write a note on encapsulation?
What is the difference between an interface and abstract class?
What is data encapsulation and what's its significance?