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
Define modularity?
Explain about polymorphism?
Write about abstract base classes?
What is the difference between an error and an exception?
Whether static method can use nonstatic members?
Do structs support inheritance?
Why is class hierarchies managed in object-oriented programming?
If a class inherits an interface, what are the 2 options available for that class?
Describe the Diamond problem. Where does this problem occur?
What does the “abstract” keyword mean in front of a method? A class?
Why do we use oops concepts? What is its advantage?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
What is the difference between class inheritance and interface inheritance?
What is the main advantage of using inheritance?
What do you mean by data hiding?