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


Please Help Members By Posting Answers For Below Questions

What if we override the conflicting method in the class?

517


Which oops concept is used as reuse mechanism?

2880


What is composition? Explain the purpose of composition.

543


Explain what you understand by function overloading.

566


What do you mean by polymorphism?

549






What is a subclass?

558


Explain about message passing in object oriented programming?

583


Whether static method can use nonstatic members?

541


What interface must an object implement before it can be written to a stream as an object?

608


What are the access modifiers?

611


What is bootstrap, extension and system class loader? Or can you explain primordial class loader?

499


What is the function of dynamic typing?

563


Write a program to show the inheritance used in a class.

552


What is Abstract method and how different from Virtual Method?

520


Classes and structs support inheritance. Is this statement true or false?

567