Difference: 'uses', 'extends', 'includes'
Answer Posted / clark
Includes:
if(TRUE)
include the use case
Extends:
if(condition)
extend the use case
It's a matter of unconditional VS. conditional insertion
(Source : Uml 2002--The Unified Modeling Language
By Jean-Marc Jézéquel, Heinrich Hussmann, Stephen Cook)
Uses:
Defined in UML 1.1
| Is This Answer Correct ? | 22 Yes | 13 No |
Post New Answer View All Answers
Explain persistence?
What is diamond inheritance problem? How java 8 solves this problem?
Can constructors be parameterized?
How do you prevent a class from being inherited by another class?
What are the major differences between late and dynamic binding?
What is the main advantage of using inheritance?
What is the difference between a virtual method and an abstract method?
What is an abstraction?
What is the main difference between a class and an object?
Explain the implementation phase with respect to oop?
What are Classes and Objects?
What is polymorphism? When is it employed? give an example.
What is the difference between public, private and protected access modifiers?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
Explain what is meant by polymorphism?